Skip to content

Commit

Permalink
fix: strip-shebang should be a production dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
herberttn committed Oct 24, 2022
1 parent 9eb6916 commit fd5a570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dependencies": {
"bytenode": "^1.3.6",
"slash": "^3.0.0",
"strip-shebang": "^1.0.2",
"webpack-virtual-modules": "^0.4.5"
},
"peerDependencies": {
Expand All @@ -44,7 +45,6 @@
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"semantic-release": "19.0.5",
"strip-shebang": "1.0.2",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.8.4",
Expand Down

0 comments on commit fd5a570

Please sign in to comment.