Skip to content

Commit c4453da

Browse files
authored
Merge pull request #2784 from plotly/fixup-postpublish
Fix typo in postpublish script
2 parents b713c41 + 3d80f78 commit c4453da

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)