Skip to content

Commit be1fcc1

Browse files
bug fix in package.json
1 parent 746fa3a commit be1fcc1

2 files changed

Lines changed: 23 additions & 5 deletions

File tree

package-lock.json

Lines changed: 20 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5",
3+
"version": "1.0.6",
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)