diff --git a/package.json b/package.json index 72794ae..63ffd7e 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,6 @@ "scripts": { "analyze": "polymer analyze --input cosmoz-*.js > analysis.json", "lint": "eslint --cache --ext .js,.html . && polymer lint cosmoz-*.js", - "preversion": "npm run lint && npm run test -- --skip-plugin sauce", - "postversion": "git push && git push --tags", "start": "polymer serve -o", "test": "polymer test" },