Skip to content

Commit 5ddbe98

Browse files
committed
v11.0.0
1 parent 04aa586 commit 5ddbe98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dotenv-cli",
33
"description": "A global executable to run applications with the ENV variables loaded by dotenv",
4-
"version": "10.0.0",
4+
"version": "11.0.0",
55
"author": "entropitor",
66
"bin": {
77
"dotenv": "./cli.js"
@@ -21,5 +21,6 @@
2121
"scripts": {
2222
"lint": "standard"
2323
},
24-
"resolutions": {}
24+
"resolutions": {},
25+
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
2526
}

0 commit comments

Comments
 (0)