Skip to content

Commit a3fb0f5

Browse files
committed
Add missing loose-envify dependency
1 parent 1583887 commit a3fb0f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
},
6969
"dependencies": {
7070
"hoist-non-react-statics": "^1.0.3",
71-
"invariant": "^2.0.0"
71+
"invariant": "^2.0.0",
72+
"loose-envify": "^1.1.0"
7273
},
7374
"peerDependencies": {
7475
"react": "^0.14.0",

0 commit comments

Comments
 (0)