Thanks to visit codestin.com Credit goes to github.com
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.
6.13
1 parent a5eba61 commit 7759c76Copy full SHA for 7759c76
package.json
@@ -43,7 +43,7 @@
43
"start-image_viewer": "node devtools/image_viewer/server.js",
44
"start": "npm run start-test_dashboard",
45
"baseline": "node tasks/baseline.js",
46
- "preversion": "check-node-version --node 12.13 --npm 6.12.0 && npm-link-check && npm ls --prod",
+ "preversion": "check-node-version --node 12.13 --npm 6.13 && npm-link-check && npm ls --prod",
47
"version": "npm run build && git add -A dist src build",
48
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
49
"postpublish": "node tasks/sync_packages.js",
0 commit comments