Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctimmerm committed Oct 11, 2016
1 parent 7298eae commit 457921f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axios-mock-adapter",
"version": "1.6.1",
"version": "1.7.0",
"description": "Axios adapter that allows to easily mock requests",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -38,12 +38,12 @@
"axios": ">= 0.9.0"
},
"devDependencies": {
"axios": "^0.14.0",
"axios": "^0.15.0",
"chai": "^3.5.0",
"cross-env": "^3.0.0",
"eslint": "^3.7.1",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"mocha": "^3.1.2",
"rimraf": "^2.5.2",
"webpack": "^1.13.2"
},
Expand Down

0 comments on commit 457921f

Please sign in to comment.