Skip to content

Commit be375c7

Browse files
fix: remove npm-check-updates (#38)
1 parent f79c6e6 commit be375c7

File tree

2 files changed

+5
-1755
lines changed

2 files changed

+5
-1755
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"prebuild": "rm -rf dist",
1010
"build": "npm-run-all -p build:main",
1111
"watch:main": "ncc build --watch src/main.ts -o dist/main",
12-
"watch": "npm-run-all -p watch:main",
13-
"upgrade": "ncu -u"
12+
"watch": "npm-run-all -p watch:main"
1413
},
1514
"dependencies": {
1615
"@actions/core": "^1.8.0",
@@ -20,7 +19,6 @@
2019
"devDependencies": {
2120
"@types/node": "^17.0.31",
2221
"@vercel/ncc": "^0.33.4",
23-
"npm-check-updates": "^12.5.11",
2422
"npm-run-all": "^4.1.5",
2523
"typescript": "^4.6.4"
2624
}

0 commit comments

Comments
 (0)