Skip to content

Commit

Permalink
fix: add local-cli to react-native package (facebook#23449)
Browse files Browse the repository at this point in the history
Summary:
Make `local-cli` part of `react-native` package to prevent breaking changes.
Pull Request resolved: facebook#23449

Differential Revision: D14080767

Pulled By: cpojer

fbshipit-source-id: 9f9467e561caca3d91f17b0afae4efbf308bc246
  • Loading branch information
Esemesek authored and facebook-github-bot committed Feb 14, 2019
1 parent caf85d4 commit ac97946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
"ReactCommon",
"README.md",
"third-party-podspecs",
"template"
"template",
"local-cli"
],
"scripts": {
"start": "node cli.js start",
Expand Down

0 comments on commit ac97946

Please sign in to comment.