Skip to content

Commit

Permalink
fix:npm
Browse files Browse the repository at this point in the history
  • Loading branch information
shivasankaran18 committed Feb 25, 2025
1 parent f0d0a29 commit 34ab63c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@shivasankaran18/stackd",
"version": "9.0.0",
"name": "@shiva/stackd",
"version": "10.0.0",
"bin": {
"stackd": "tsx ./stackd.ts",
"stackd": "stackd.ts",
"pre-install": "npm install"
},
"type": "module",
Expand All @@ -22,7 +22,8 @@
"inquirer": "^12.4.2",
"ora": "^8.2.0",
"path": "^0.12.7",
"ts-node": "^10.9.2"
"ts-node": "^10.9.2",
"create":"tsx ./stackd.ts init"
},
"devDependencies": {
"@types/chalk": "^2.2.4",
Expand Down

0 comments on commit 34ab63c

Please sign in to comment.