Fix npm react having wrong version dependency for envify
This commit is contained in:
parent
cc229eb749
commit
411f0bd7c3
|
|
@ -28,7 +28,7 @@
|
|||
"node": ">=0.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"envify": "~0.2.0"
|
||||
"envify": "~1.0.1"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": ["envify"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue