Skip to content

Commit

Permalink
Add missing loose-envify dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jan 28, 2016
1 parent 1583887 commit a3fb0f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
},
"dependencies": {
"hoist-non-react-statics": "^1.0.3",
"invariant": "^2.0.0"
"invariant": "^2.0.0",
"loose-envify": "^1.1.0"
},
"peerDependencies": {
"react": "^0.14.0",
Expand Down

0 comments on commit a3fb0f5

Please sign in to comment.