Skip to content

Commit 37130d9

Browse files
committed
version: 0.1.5
1 parent 4a46ec7 commit 37130d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "node-env-file",
33
"description": "Parse and load environment files (containing ENV variable exports) into Node.js environment, i.e. `process.env`.",
44
"keywords": ["process", "env", "file", "files", ".env", "ENV", "process.env", "parse", "load", "export", "exports"],
5-
"version": "0.1.4",
5+
"version": "0.1.5",
66
"homepage": "https://github.com/grimen/node-env-file",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/grimen/node-env-file.git"
1010
},
1111
"bugs": {
12-
"web": "https://github.com/grimen/node-env-file/issues"
12+
"url": "https://github.com/grimen/node-env-file/issues"
1313
},
1414
"licenses": [
1515
{

0 commit comments

Comments
 (0)