Skip to content

Commit b9c183f

Browse files
committed
create license
2 parents d35bc1f + 2b822bd commit b9c183f

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