Skip to content

Commit c7cdd0a

Browse files
committed
Remove upgrade script
When using the mono repo each module had to check its own dependencies for upgrades. We have replaced this with Renovate. So this script can be removed.
1 parent e3a9b21 commit c7cdd0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"prepublishOnly": "npm run build",
3838
"eslint-fix": "eslint --ext ts --max-warnings 0 --fix src test",
3939
"eslint": "eslint --ext ts --max-warnings 0 src test",
40-
"upgrade": "npm-check-updates --upgrade",
4140
"prepare": "husky && node scripts/build.js && cp node_modules/web-tree-sitter/tree-sitter.wasm dist"
4241
},
4342
"repository": {

0 commit comments

Comments
 (0)