Skip to content

Commit

Permalink
chore(package): add description
Browse files Browse the repository at this point in the history
this is displayed on https://yarnpkg.com/search and on other places
  • Loading branch information
Haroenv authored Feb 22, 2017
1 parent d141a70 commit f954f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redux-mock-store",
"version": "1.2.2",
"description": "",
"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",
Expand Down

0 comments on commit f954f98

Please sign in to comment.