Skip to content

Commit 9124d41

Browse files
committed
Remove devutil dep
1 parent eaa6a51 commit 9124d41

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

package-lock.json

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@
2222
"prepare": "for a in $npm_package_actions; do (cd $a && echo $PWD && ncc build); done",
2323
"preversion": "npm run prepare",
2424
"version": "git add -- */dist",
25-
"postversion": "git push --follow-tags",
26-
"relnotes": "changelog"
25+
"postversion": "git push --follow-tags"
2726
},
2827
"dependencies": {
2928
"@actions/core": "^1",
3029
"@actions/tool-cache": "^2"
3130
},
3231
"devDependencies": {
3332
"@actions/io": "^1",
34-
"@nodenv/devutil": "^0.1.1",
3533
"@vercel/ncc": "^0.36.1",
3634
"jest": "^29",
3735
"prettier-standard": "^15.0.1",

0 commit comments

Comments
 (0)