Skip to content

Commit

Permalink
Merge pull request #41 from canjs/merge-1.x-legacy
Browse files Browse the repository at this point in the history
Merge 1.x legacy
  • Loading branch information
chasenlehara authored Jul 6, 2018
2 parents c0330a5 + eb4edb4 commit ee2776c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
var stealTools = require("steal-tools");

stealTools.export({
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "can-ajax",
"version": "2.0.2",
"description": "jQuery-inspired AJAX request library.",
"homepage": "",
"homepage": "https://canjs.com/doc/can-ajax.html",
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-ajax.git"
Expand All @@ -16,15 +16,15 @@
"scripts": {
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/",
"postpublish": "git push --tags && git checkout master && git branch -D release && git push",
"postpublish": "git push --tags && git checkout - && git branch -D release && git push",
"testee": "testee test.html --browsers firefox",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"build": "node build.js",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
"detect-cycle": "detect-cyclic-packages"
},
"main": "dist/cjs/can-ajax",
"keywords": [
Expand Down

0 comments on commit ee2776c

Please sign in to comment.