From 3d80f7865e2e768bb6ffac18b6b7e8a4173f1981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Thu, 5 Jul 2018 15:48:43 -0400 Subject: [PATCH] fix typo in postpublish script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14883d21dd4..ce32111afff 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "preversion": "check-node-version --node 8 --npm 5 && npm-link-check && npm ls --prod", "version": "npm run build && git add -A dist src build", "postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"", - "postpublish": "node tasks/sync_package.js" + "postpublish": "node tasks/sync_packages.js" }, "browserify": { "transform": [