We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79c6e6 commit be375c7Copy full SHA for be375c7
package.json
@@ -9,8 +9,7 @@
9
"prebuild": "rm -rf dist",
10
"build": "npm-run-all -p build:main",
11
"watch:main": "ncc build --watch src/main.ts -o dist/main",
12
- "watch": "npm-run-all -p watch:main",
13
- "upgrade": "ncu -u"
+ "watch": "npm-run-all -p watch:main"
14
},
15
"dependencies": {
16
"@actions/core": "^1.8.0",
@@ -20,7 +19,6 @@
20
19
"devDependencies": {
21
"@types/node": "^17.0.31",
22
"@vercel/ncc": "^0.33.4",
23
- "npm-check-updates": "^12.5.11",
24
"npm-run-all": "^4.1.5",
25
"typescript": "^4.6.4"
26
}
0 commit comments