Skip to content

Commit

Permalink
Include icu*.dll in the NPM
Browse files Browse the repository at this point in the history
Summary:
The first push of hermesvm accidentally excluded the Windows ICU dlls. This
makes sure we'll publish them in the future.

Reviewed By: dulinriley

Differential Revision: D16352110

fbshipit-source-id: 82641e872ccd39f07ac62666ae88ee241c7dee6a
  • Loading branch information
willholen authored and facebook-github-bot committed Jul 18, 2019
1 parent ea5c2ca commit 02ec02a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"linux64-bin/hermes",
"linux64-bin/hermes-repl",
"win64-bin/hermes.exe",
"win64-bin/hermes-repl.exe"
"win64-bin/hermes-repl.exe",
"win64-bin/icu*.dll"
],
"devDependencies": {
"request": "^2.88.0",
Expand Down

0 comments on commit 02ec02a

Please sign in to comment.