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.
1 parent 8e1e7b2 commit 3d5b752Copy full SHA for 3d5b752
package.json
@@ -44,7 +44,7 @@
44
"start-image_viewer": "node devtools/image_viewer/server.js",
45
"start": "npm run start-test_dashboard",
46
"baseline": "node tasks/baseline.js",
47
- "preversion": "check-node-version --node 8 --npm 5 && npm-link-check && npm ls --prod",
+ "preversion": "check-node-version --node 10 --npm 6 && npm-link-check && npm ls --prod",
48
"version": "npm run build && git add -A dist src build",
49
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
50
"postpublish": "node tasks/sync_packages.js"
0 commit comments