Skip to content

Commit 7759c76

Browse files
committed
bump npm version check to 6.13
1 parent a5eba61 commit 7759c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"start-image_viewer": "node devtools/image_viewer/server.js",
4444
"start": "npm run start-test_dashboard",
4545
"baseline": "node tasks/baseline.js",
46-
"preversion": "check-node-version --node 12.13 --npm 6.12.0 && npm-link-check && npm ls --prod",
46+
"preversion": "check-node-version --node 12.13 --npm 6.13 && npm-link-check && npm ls --prod",
4747
"version": "npm run build && git add -A dist src build",
4848
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
4949
"postpublish": "node tasks/sync_packages.js",

0 commit comments

Comments
 (0)