Skip to content

Commit

Permalink
Remove devutil dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Feb 20, 2023
1 parent eaa6a51 commit 9124d41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
10 changes: 0 additions & 10 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@
"prepare": "for a in $npm_package_actions; do (cd $a && echo $PWD && ncc build); done",
"preversion": "npm run prepare",
"version": "git add -- */dist",
"postversion": "git push --follow-tags",
"relnotes": "changelog"
"postversion": "git push --follow-tags"
},
"dependencies": {
"@actions/core": "^1",
"@actions/tool-cache": "^2"
},
"devDependencies": {
"@actions/io": "^1",
"@nodenv/devutil": "^0.1.1",
"@vercel/ncc": "^0.36.1",
"jest": "^29",
"prettier-standard": "^15.0.1",
Expand Down

0 comments on commit 9124d41

Please sign in to comment.