Skip to content

Commit

Permalink
Fix generator
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihturker committed Dec 14, 2021
1 parent 26a5b31 commit efddd15
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 131 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"outdated": "node dependency-checker.ts > docs/OUTDATED.md"
},
"bin": {
"open-template-hub-server-generator": "dist/index.js"
"open-template-hub-server-generator": "dist/src/index.js"
},
"dependencies": {
"@types/ncp": "^2.0.5",
"@types/rimraf": "^3.0.2",
"chalk": "^5.0.0",
"colors": "^1.4.0",
"inquirer": "^8.2.0",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
Expand Down
Loading

0 comments on commit efddd15

Please sign in to comment.