Skip to content

Commit

Permalink
fix(env): package.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Oct 25, 2024
1 parent fd03dc0 commit fff643d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "A tiny and tree-shakable TypeScript library to get environment variables with type-safe and fallback value for development and production.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
"get-env",
"getEnv",
"get-env-value",
"env",
"ECMAScript",
Expand Down Expand Up @@ -41,9 +43,9 @@
"repository": {
"type": "git",
"url": "https://github.com/Alwatr/nanolib",
"directory": "packages/get-env-value"
"directory": "packages/env"
},
"homepage": "https://github.com/Alwatr/nanolib/tree/next/packages/get-env-value#readme",
"homepage": "https://github.com/Alwatr/nanolib/tree/next/packages/env#readme",
"bugs": {
"url": "https://github.com/Alwatr/nanolib/issues"
},
Expand Down

0 comments on commit fff643d

Please sign in to comment.