Skip to content

Commit 4e538ea

Browse files
fix: remove npm-check-updates (#55)
1 parent b5d5346 commit 4e538ea

File tree

2 files changed

+8
-1646
lines changed

2 files changed

+8
-1646
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"build:main": "ncc build src/main.ts -o dist/main",
99
"build:post": "ncc build src/post.ts -o dist/post",
1010
"prebuild": "rm -rf dist",
11-
"build": "npm-run-all -p build:main build:post",
12-
"upgrade": "ncu -u"
11+
"build": "npm-run-all -p build:main build:post"
1312
},
1413
"dependencies": {
1514
"@actions/core": "^1.9.0",
@@ -22,7 +21,6 @@
2221
"@types/node": "^18.0.0",
2322
"@types/semver": "^7.3.8",
2423
"@vercel/ncc": "^0.34.0",
25-
"npm-check-updates": "^14.1.1",
2624
"npm-run-all": "^4.1.5",
2725
"typescript": "^4.6.4"
2826
}

0 commit comments

Comments
 (0)