We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1fcc1 commit 2b822bdCopy full SHA for 2b822bd
1 file changed
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "hackpack-cli",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "A CLI tool to accelerate project setup and automation.",
5
"main": "bin/index.js",
6
"bin": {
7
- "hackpack": "/bin/index.js",
8
- "hp": "/bin/index.js"
+ "hackpack": "bin/index.js",
+ "hp": "bin/index.js"
9
},
10
"type": "module",
11
"scripts": {
0 commit comments