Skip to content

Commit

Permalink
Revert "1.2.3"
Browse files Browse the repository at this point in the history
This reverts commit 4318507.
  • Loading branch information
dmitry-zaets committed Apr 9, 2017
1 parent 4318507 commit 8576b44
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "redux-mock-store",
"version": "1.2.3",
"description": "A mock store for testing your redux async action creators and middleware",
"main": "lib/index.js",
"scripts": {
"prepublish": "rimraf lib && babel src --out-dir lib",
"lint": "standard src/*.js test/*.js",
"pretest": "npm run lint",
"test": "mocha --compilers js:babel-core/register --reporter spec test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arnaudbenard/redux-mock-store.git"
},
"author": "Arnaud Benard <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arnaudbenard/redux-mock-store/issues"
},
"homepage": "https://github.com/arnaudbenard/redux-mock-store#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"expect": "^1.12.2",
"mocha": "^2.3.3",
"redux": "^3.0.4",
"redux-thunk": "^2.0.1",
"rimraf": "^2.4.3",
"sinon": "^1.17.2",
"standard": "^7.1.2"
}
}
"name": "redux-mock-store",
"version": "1.2.2",
"description": "A mock store for testing your redux async action creators and middleware",
"main": "lib/index.js",
"scripts": {
"prepublish": "rimraf lib && babel src --out-dir lib",
"lint": "standard src/*.js test/*.js",
"pretest": "npm run lint",
"test": "mocha --compilers js:babel-core/register --reporter spec test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arnaudbenard/redux-mock-store.git"
},
"author": "Arnaud Benard <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arnaudbenard/redux-mock-store/issues"
},
"homepage": "https://github.com/arnaudbenard/redux-mock-store#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"expect": "^1.12.2",
"mocha": "^2.3.3",
"redux": "^3.0.4",
"redux-thunk": "^2.0.1",
"rimraf": "^2.4.3",
"sinon": "^1.17.2",
"standard": "^7.1.2"
}
}

0 comments on commit 8576b44

Please sign in to comment.