Skip to content

Commit

Permalink
Merge pull request #34 from KillerCodeMonkey/patch-1
Browse files Browse the repository at this point in the history
fix(deps): shelljs as dependency
  • Loading branch information
iwatakeshi authored Apr 10, 2024
2 parents 812b84c + 33496fa commit d9ea666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"axios": "^1.6.7",
"cross-spawn": "^7.0.3",
"shelljs": "^0.8.5",
"tar": "^6.2.0"
},
"devDependencies": {
Expand All @@ -28,7 +29,6 @@
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"shelljs": "^0.8.5",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
Expand Down

0 comments on commit d9ea666

Please sign in to comment.