mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix npm react having wrong version dependency for envify
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"envify": "~0.2.0"
|
||||
"envify": "~1.0.1"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": ["envify"]
|
||||
|
||||
Reference in New Issue
Block a user