Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "can-type", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Type definitions", | ||
@@ -17,4 +17,4 @@ "homepage": "https://github.com/canjs/can-type", | ||
"preversion": "npm test && npm run build", | ||
"version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/", | ||
"postpublish": "git push --tags && git checkout master && git branch -D release && git push", | ||
"version": "git commit -am \"Update version number\"", | ||
"postpublish": "git push --tags && git push", | ||
"testee": "testee test.html --browsers firefox", | ||
@@ -21,0 +21,0 @@ "test": "npm run jshint && npm run testee", |
12938