Skip to content

Commit 819dea9

Browse files
committed
bump npm version in package.json for preversion test
1 parent d633ad3 commit 819dea9

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 --npm 6.13 && npm-link-check && npm ls --prod",
46+
"preversion": "check-node-version --node 12 --npm 6.14 && 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)