We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04aa586 commit 5ddbe98Copy full SHA for 5ddbe98
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "dotenv-cli",
3
"description": "A global executable to run applications with the ENV variables loaded by dotenv",
4
- "version": "10.0.0",
+ "version": "11.0.0",
5
"author": "entropitor",
6
"bin": {
7
"dotenv": "./cli.js"
@@ -21,5 +21,6 @@
21
"scripts": {
22
"lint": "standard"
23
},
24
- "resolutions": {}
+ "resolutions": {},
25
+ "packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
26
}
0 commit comments