Skip to content

Commit eb4edb4

Browse files
committed
Merge branch '1.x-legacy' into merge-1.x-legacy
2 parents a24294b + 7f8732a commit eb4edb4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ build.js
88
.jshintrc
99
.editorconfig
1010
/.idea/
11-
/test/

build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
var stealTools = require("steal-tools");
23

34
stealTools.export({

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "can-ajax",
33
"version": "2.0.0",
44
"description": "jQuery-inspired AJAX request library.",
5-
"homepage": "",
5+
"homepage": "https://canjs.com/doc/can-ajax.html",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/canjs/can-ajax.git"
@@ -16,15 +16,15 @@
1616
"scripts": {
1717
"preversion": "npm test && npm run build",
1818
"version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/",
19-
"postpublish": "git push --tags && git checkout master && git branch -D release && git push",
19+
"postpublish": "git push --tags && git checkout - && git branch -D release && git push",
2020
"testee": "testee test.html --browsers firefox",
2121
"test": "npm run detect-cycle && npm run jshint && npm run testee",
2222
"jshint": "jshint ./*.js --config",
2323
"release:patch": "npm version patch && npm publish",
2424
"release:minor": "npm version minor && npm publish",
2525
"release:major": "npm version major && npm publish",
2626
"build": "node build.js",
27-
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
27+
"detect-cycle": "detect-cyclic-packages"
2828
},
2929
"main": "dist/cjs/can-ajax",
3030
"keywords": [

0 commit comments

Comments
 (0)