diff --git a/build.js b/build.js index ca137e8..28a27eb 100644 --- a/build.js +++ b/build.js @@ -1,3 +1,4 @@ +"use strict"; var stealTools = require("steal-tools"); stealTools.export({ diff --git a/package.json b/package.json index 2dde775..d04d511 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "can-ajax", "version": "2.0.2", "description": "jQuery-inspired AJAX request library.", - "homepage": "", + "homepage": "https://canjs.com/doc/can-ajax.html", "repository": { "type": "git", "url": "git://github.com/canjs/can-ajax.git" @@ -16,7 +16,7 @@ "scripts": { "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", + "postpublish": "git push --tags && git checkout - && git branch -D release && git push", "testee": "testee test.html --browsers firefox", "test": "npm run detect-cycle && npm run jshint && npm run testee", "jshint": "jshint ./*.js --config", @@ -24,7 +24,7 @@ "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "build": "node build.js", - "detect-cycle": "detect-cyclic-packages --ignore done-serve" + "detect-cycle": "detect-cyclic-packages" }, "main": "dist/cjs/can-ajax", "keywords": [