-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |