diff --git a/package.json b/package.json index 10f9706..6b7033c 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,9 @@ "main": "index.js", "scripts": { "postinstall": "node check.js", - "preversion": "npm test", + "preversion": "npm test", "prepublish": "npm test", + "postpublish": "git push && git push --tags", "test": "mocha test/test.js" }, "repository": {