diff --git a/package.json b/package.json index f30376a..cf894fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "can-dom-events", "description": "Listen for native and custom DOM events", - "version": "1.0.6", + "version": "1.0.7", "author": { "name": "Chris Andrejewski", "email": "core@donejs.com", @@ -43,8 +43,8 @@ "detect-cycle": "detect-cyclic-packages --ignore done-serve", "jshint": "jshint ./*.js ./helpers/*.js --config", "lint": "fixpack && npm run jshint", - "preversion": "npm test && npm run build", "postversion": "git push --follow-tags", + "preversion": "npm test && npm run build", "test": "npm run detect-cycle && npm run lint && npm run testee", "testee": "testee test.html --browsers firefox" }