diff --git a/package.json b/package.json index 3492c4b2..9d97d000 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "docz:dev": "docz dev", "docz:build": "docz build", "lint": "eslint ./", - "postpublish": "pwd && cp -r package.json ../", + "postversion": "pwd && cp -r package.json ../", "semantic-release": "semantic-release", "test": "npm run lint" },