add keywords
This commit is contained in:
parent
f9335c2197
commit
c254db5b4b
1 changed files with 11 additions and 2 deletions
13
package.json
13
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@ringofstorms/dotenv-multi",
|
"name": "@ringofstorms/dotenv-multi",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Dot environment file loader that acts like Create React App's supporting many files with per NODE_ENV/local settings.",
|
"description": "Dot environment file loader that acts like Create React App's supporting many files with per NODE_ENV/local settings.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
|
@ -23,5 +23,14 @@
|
||||||
"@types/node": "^14.14.14",
|
"@types/node": "^14.14.14",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
}
|
},
|
||||||
|
"keywords": [
|
||||||
|
"dotenv",
|
||||||
|
"env",
|
||||||
|
".env",
|
||||||
|
"environment",
|
||||||
|
"variables",
|
||||||
|
"config",
|
||||||
|
"settings"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue