Skip to content

Commit f8093cf

Browse files
Merge branch 'master' into master
2 parents 9535087 + 621a61e commit f8093cf

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "can-ajax",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "jQuery-inspired AJAX request library.",
55
"homepage": "",
66
"repository": {
@@ -17,13 +17,14 @@
1717
"version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/",
1818
"postpublish": "git push --tags && git checkout master && git branch -D release && git push",
1919
"testee": "testee test.html --browsers firefox",
20-
"test": "npm run jshint && npm run testee",
20+
"test": "npm run detect-cycle && npm run jshint && npm run testee",
2121
"jshint": "jshint ./*.js --config",
2222
"release:patch": "npm version patch && npm publish",
2323
"release:minor": "npm version minor && npm publish",
2424
"release:major": "npm version major && npm publish",
2525
"build": "node build.js",
26-
"develop": "done-serve --static --develop --port 8080"
26+
"develop": "done-serve --static --develop --port 8080",
27+
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
2728
},
2829
"main": "dist/cjs/can-ajax",
2930
"keywords": [
@@ -46,14 +47,16 @@
4647
]
4748
},
4849
"dependencies": {
49-
"can-globals": "0.2.2",
50+
"can-assign": "^1.0.0",
51+
"can-globals": "^0.2.2",
5052
"can-namespace": "^1.0.0",
5153
"can-param": "^1.0.1",
5254
"can-parse-uri": "^1.0.0",
5355
"can-util": "^3.10.8"
5456
},
5557
"devDependencies": {
5658
"can-make-map": "^1.0.0",
59+
"detect-cyclic-packages": "^1.1.0",
5760
"done-serve": "^1.0.0",
5861
"donejs-cli": "^1.0.0",
5962
"generator-donejs": "^1.0.0",

0 commit comments

Comments
 (0)