mirror of https://github.com/status-im/metro.git
Add wordwrap dependency
Summary: The `formatBanner.js` file is requiring the `wordwrap` package, but it was not defined in the package.json. Somehow this was working before (maybe the package was being downloaded by another depdendency or maybe `formatBanner` was not used). This fixes https://github.com/facebook/metro-bundler/issues/79 Reviewed By: mjesun Differential Revision: D6136865 fbshipit-source-id: 722dd61cb936fca893453f4cfc3248718a329779
This commit is contained in:
parent
b9023bd626
commit
0a225fc1e3
|
@ -45,6 +45,7 @@
|
|||
"temp": "0.8.3",
|
||||
"throat": "^4.1.0",
|
||||
"uglify-es": "^3.1.0",
|
||||
"wordwrap": "^1.0.0",
|
||||
"write-file-atomic": "^1.2.0",
|
||||
"xpipe": "^1.0.5"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue