We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b713c41 + 3d80f78 commit c4453daCopy full SHA for c4453da
package.json
@@ -47,7 +47,7 @@
47
"preversion": "check-node-version --node 8 --npm 5 && 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_package.js"
+ "postpublish": "node tasks/sync_packages.js"
51
},
52
"browserify": {
53
"transform": [
0 commit comments