Skip to content

Commit

Permalink
Fix decache's dependency type. re markfinger#8
Browse files Browse the repository at this point in the history
  • Loading branch information
markfinger authored Jan 16, 2017
1 parent a8db940 commit 668f66c
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
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/markfinger/react-render.git"
},
"dependencies": {
"lodash": "^3.10.0"
"lodash": "^3.10.0",
"decache": "^4.1.0"
},
"peerDependencies": {
"react": ">= 0.14",
Expand All @@ -24,8 +25,7 @@
"chai": "^3.0.0",
"mocha": "^2.2.5",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"decache": "^4.1.0"
"react-dom": "^0.14.2"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 668f66c

Please sign in to comment.