Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "portals", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An XHR/Ajax library with sugar for single page applications.", | ||
@@ -11,8 +11,9 @@ "main": "dist/portals-cjs.js", | ||
"postversion": "git push origin master && git push origin master --tags", | ||
"clean": "rm -rf dist/", | ||
"prebuild": "rm -rf dist/", | ||
"build": "rollup -c", | ||
"watch": "npm run build -- --watch", | ||
"pretest": "npm run build", | ||
"test": "mocha", | ||
"tdd": "npm run watch | npm run test -- --watch", | ||
"prepublish": "npm run clean && npm run build && npm run test" | ||
"prepublish": "npm run test" | ||
}, | ||
@@ -19,0 +20,0 @@ "repository": { |
53730