|
1 | 1 | {
|
2 | 2 | "name": "can-ajax",
|
3 |
| - "version": "1.0.8", |
| 3 | + "version": "1.0.9", |
4 | 4 | "description": "jQuery-inspired AJAX request library.",
|
5 | 5 | "homepage": "",
|
6 | 6 | "repository": {
|
|
17 | 17 | "version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/",
|
18 | 18 | "postpublish": "git push --tags && git checkout master && git branch -D release && git push",
|
19 | 19 | "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", |
21 | 21 | "jshint": "jshint ./*.js --config",
|
22 | 22 | "release:patch": "npm version patch && npm publish",
|
23 | 23 | "release:minor": "npm version minor && npm publish",
|
24 | 24 | "release:major": "npm version major && npm publish",
|
25 | 25 | "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" |
27 | 28 | },
|
28 | 29 | "main": "dist/cjs/can-ajax",
|
29 | 30 | "keywords": [
|
|
46 | 47 | ]
|
47 | 48 | },
|
48 | 49 | "dependencies": {
|
49 |
| - "can-globals": "0.2.2", |
| 50 | + "can-assign": "^1.0.0", |
| 51 | + "can-globals": "^0.2.2", |
50 | 52 | "can-namespace": "^1.0.0",
|
51 | 53 | "can-param": "^1.0.1",
|
52 | 54 | "can-parse-uri": "^1.0.0",
|
53 | 55 | "can-util": "^3.10.8"
|
54 | 56 | },
|
55 | 57 | "devDependencies": {
|
56 | 58 | "can-make-map": "^1.0.0",
|
| 59 | + "detect-cyclic-packages": "^1.1.0", |
57 | 60 | "done-serve": "^1.0.0",
|
58 | 61 | "donejs-cli": "^1.0.0",
|
59 | 62 | "generator-donejs": "^1.0.0",
|
|
0 commit comments