Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin Le Fèvre committed Aug 11, 2017
1 parent 78a9c0d commit 66d6243
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-select-entities",
"version": "2.0.0",
"version": "3.0.0",
"description": "Simple abstraction over normalizr and reselect to handle normalized entities",
"main": "lib/index.js",
"scripts": {
Expand All @@ -21,8 +21,14 @@
"type": "git",
"url": "git+https://github.com/AugustinLF/redux-select-entities.git"
},
"keywords": ["normalizr", "redux", "reselect"],
"files": ["lib"],
"keywords": [
"normalizr",
"redux",
"reselect"
],
"files": [
"lib"
],
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 66d6243

Please sign in to comment.