We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5113a commit 371877fCopy full SHA for 371877f
1 file changed
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "env-example-generator",
+ "name": "@hackcode/env-example-generator",
3
"version": "1.0.0",
4
"description": "simple cli script to extract all environment variables being used in code",
5
"main": "dist/app.js",
@@ -18,7 +18,7 @@
18
"hackcode"
19
],
20
"bin": {
21
- "generate-env": "./dist/app.js"
+ "generate-env": "dist/app.js"
22
},
23
"author": "YashKumarVerma <yk.verma2000@gmail.com>",
24
"license": "MIT",
0 commit comments