Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
feat: fix upgrade to skip @sveltejs*
Browse files Browse the repository at this point in the history
  • Loading branch information
kclejeune committed Jan 15, 2022
1 parent 9ecd81c commit 4193261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"upgrade": "npm-check-updates -u && npm install"
"upgrade": "npm-check-updates -u '/^!@sveltejs/.*$/' && npm install"
},
"devDependencies": {
"@sveltejs/adapter-node": "^1.0.0-next.61",
Expand Down

0 comments on commit 4193261

Please sign in to comment.