Skip to content

Commit 2b822bd

Browse files
bug fixes :)
1 parent be1fcc1 commit 2b822bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "hackpack-cli",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A CLI tool to accelerate project setup and automation.",
55
"main": "bin/index.js",
66
"bin": {
7-
"hackpack": "/bin/index.js",
8-
"hp": "/bin/index.js"
7+
"hackpack": "bin/index.js",
8+
"hp": "bin/index.js"
99
},
1010
"type": "module",
1111
"scripts": {

0 commit comments

Comments
 (0)