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:
Rafael Oleza 2017-10-24 12:12:19 -07:00 committed by Facebook Github Bot
parent b9023bd626
commit 0a225fc1e3
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}