Skip to content

Commit

Permalink
Add loose-envify dep for Browserify users
Browse files Browse the repository at this point in the history
As per the discussion in bvaughn#519.
  • Loading branch information
chrisvasz authored Jan 3, 2017
1 parent a15078d commit 4314fad
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 @@ -144,7 +144,8 @@
"dependencies": {
"babel-runtime": "^6.11.6",
"classnames": "^2.2.3",
"dom-helpers": "^2.4.0 || ^3.0.0"
"dom-helpers": "^2.4.0 || ^3.0.0",
"loose-envify": "^1.3.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
Expand Down

0 comments on commit 4314fad

Please sign in to comment.