Skip to content

Commit

Permalink
added extra sinopia config to support packages (facebook#20789)
Browse files Browse the repository at this point in the history
Summary:
[DOCS] [BUGFIX] [react-native-cli/README.md] - fixed sinopia configuration docs

now that babel uses scoped packages the extra sinpoia config also
requires the rule to cover ** which will satisfy such repositories like
babel/core

The only other issue I had with getting started using this doc was node-gyp being an absolute horror to get running (a dependancy of sinpoia) I don't really know if writing debugging tips/links for macos in these docs is relevant.
Pull Request resolved: facebook#20789

Differential Revision: D9468340

Pulled By: hramos

fbshipit-source-id: c7a41f384655b36e5e46b39d1e7e14313cab9f68
  • Loading branch information
falconmick authored and facebook-github-bot committed Aug 23, 2018
1 parent 0e87a1a commit 99bccc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react-native-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Running it for the first time creates a default config file. Open `~/.config/sin
allow_access: $all
allow_publish: $all

'**':
allow_access: $all
proxy: npmjs

'*':
allow_access: $all
proxy: npmjs
Expand Down

0 comments on commit 99bccc5

Please sign in to comment.