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.
git restore
git checkout
1 parent 345420e commit 3247db1Copy full SHA for 3247db1
package.json
@@ -35,7 +35,7 @@
35
"lint": "eslint --ext .ts src test",
36
"lint:fix": "prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test",
37
"lint:print-config": "eslint --print-config .eslintrc.js",
38
- "update-dependencies": "npx rimraf node_modules/ package-lock.json && npm install && npm audit fix --force && git checkout package.json && npm install"
+ "update-dependencies": "npx rimraf node_modules/ package-lock.json && npm install && npm audit fix --force && git restore package.json && npm install"
39
},
40
"homepage": "https://msgpack.org/",
41
"repository": {
0 commit comments