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" ;
12var stealTools = require ( "steal-tools" ) ;
23
34stealTools . export ( {
Original file line number Diff line number Diff line change 22 "name" : " can-ajax" ,
33 "version" : " 2.0.2" ,
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"
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" : [
You can’t perform that action at this time.
0 commit comments