File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ "use strict" ;
1
2
var stealTools = require ( "steal-tools" ) ;
2
3
3
4
stealTools . export ( {
Original file line number Diff line number Diff line change 2
2
"name" : " can-ajax" ,
3
3
"version" : " 2.0.2" ,
4
4
"description" : " jQuery-inspired AJAX request library." ,
5
- "homepage" : " " ,
5
+ "homepage" : " https://canjs.com/doc/can-ajax.html " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " git://github.com/canjs/can-ajax.git"
16
16
"scripts" : {
17
17
"preversion" : " npm test && npm run build" ,
18
18
"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" ,
20
20
"testee" : " testee test.html --browsers firefox" ,
21
21
"test" : " npm run detect-cycle && npm run jshint && npm run testee" ,
22
22
"jshint" : " jshint ./*.js --config" ,
23
23
"release:patch" : " npm version patch && npm publish" ,
24
24
"release:minor" : " npm version minor && npm publish" ,
25
25
"release:major" : " npm version major && npm publish" ,
26
26
"build" : " node build.js" ,
27
- "detect-cycle" : " detect-cyclic-packages --ignore done-serve "
27
+ "detect-cycle" : " detect-cyclic-packages"
28
28
},
29
29
"main" : " dist/cjs/can-ajax" ,
30
30
"keywords" : [
You can’t perform that action at this time.
0 commit comments