Add missing node-notifier npm dependency

Summary:
local-cli now depends on the node-notifier package but it wasn't listed in package.json.
Closes https://github.com/facebook/react-native/pull/15905

Reviewed By: TheSavior

Differential Revision: D5814773

Pulled By: hramos

fbshipit-source-id: 3c397b0a21fea5009f35a69515e70a6d78ece375
This commit is contained in:
James Ide 2017-09-27 19:22:17 -07:00 committed by Facebook Github Bot
parent ac6b1d1091
commit 4119182b51
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"node-fetch": "^1.3.3",
"node-notifier": "^5.1.2",
"npmlog": "^2.0.4",
"opn": "^3.0.2",
"optimist": "^0.6.1",