File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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" : [
54
55
},
55
56
"devDependencies" : {
56
57
"can-make-map" : " ^1.0.0" ,
58
+ "detect-cyclic-packages" : " ^1.1.0" ,
57
59
"done-serve" : " ^1.0.0" ,
58
60
"donejs-cli" : " ^1.0.0" ,
59
61
"generator-donejs" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments