Skip to content

Commit 3d80f78

Browse files
committed
fix typo in postpublish script
1 parent b713c41 commit 3d80f78

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
@@ -47,7 +47,7 @@
4747
"preversion": "check-node-version --node 8 --npm 5 && npm-link-check && npm ls --prod",
4848
"version": "npm run build && git add -A dist src build",
4949
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
50-
"postpublish": "node tasks/sync_package.js"
50+
"postpublish": "node tasks/sync_packages.js"
5151
},
5252
"browserify": {
5353
"transform": [

0 commit comments

Comments
 (0)