Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James Newell committed Mar 19, 2018
1 parent e52d693 commit 8bc67bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "2.2.0",
"version": "2.3.0",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/xhr-mock-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"rxjs": "^5.5.6",
"superagent": "^3.8.2",
"url-search-params": "^0.10.0",
"xhr-mock": "^2.2.0"
"xhr-mock": "^2.3.0"
},
"devDependencies": {
"@types/chai": "^4.1.0",
Expand All @@ -33,5 +33,5 @@
"test:watch": "concurrently 'webpack --watch' testem",
"ci": "yarn run clean && yarn run lint && yarn run check && yarn run test"
},
"version": "2.2.0"
"version": "2.3.0"
}
8 changes: 5 additions & 3 deletions packages/xhr-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"repository": "jameslnewell/xhr-mock",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": ["lib", "dist"],
"files": [
"lib",
"dist"
],
"browser": {
"./lib/proxy.js": "./lib/proxy.browser.js"
},
Expand Down Expand Up @@ -49,8 +52,7 @@
"build": "yarn run build:cjs && yarn run build:umd",
"test": "jest",
"test:watch": "jest --watch",
"ci":
"yarn run clean && yarn run check && yarn run lint && yarn run build && yarn run test"
"ci": "yarn run clean && yarn run check && yarn run lint && yarn run build && yarn run test"
},
"license": "MIT"
}

0 comments on commit 8bc67bf

Please sign in to comment.