Skip to content

Commit

Permalink
refactor: drop shelljs
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Sep 2, 2024
1 parent 0b7567f commit e769813
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 25 deletions.
7 changes: 7 additions & 0 deletions lib/index.js

Large diffs are not rendered by default.

74 changes: 56 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.2",
"@types/shelljs": "^0.8.11",
"shelljs": "^0.8.5"
"@actions/io": "^1.1.2"
},
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/js-yaml": "^4.0.5",
"@types/node": "~16",
"@types/shelljs": "^0.8.15",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vercel/ncc": "^0.38.0",
Expand All @@ -72,6 +71,7 @@
"js-yaml": "^4.1.0",
"lint-staged": "^13.1.0",
"prettier": "2.8.8",
"shelljs": "^0.8.5",
"standard-version": "^9.1.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
Expand Down
Loading

0 comments on commit e769813

Please sign in to comment.