Skip to content

Commit

Permalink
removed scoped packages until facebook/react-native#17000 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Mar 7, 2018
1 parent 2fa77a8 commit dad1b1e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 41 deletions.
75 changes: 39 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"author": "Andre Staltz",
"license": "MIT",
"dependencies": {
"@luandro/react-native-tcp": "^3.3.0",
"@staltz/react-native-os": "1.2.0",
"buffer": "3.6.0",
"multiserver": "^1.11.2",
"path": "0.12.x",
"propagate-replacement-fields": "1.2.0",
"react-native-crypto": "2.1.2",
"react-native-fs": "^2.9.11",
"react-native-os": "^1.1.0",
"react-native-process-shim": "1.0.1",
"react-native-randombytes": "3.0.0",
"rn-tcp": "^3.3.0",
"sodium-browserify-tweetnacl": "^0.2.3",
"stream-browserify": "^2.0.1",
"url": "0.11.0",
Expand All @@ -34,9 +34,9 @@
"crypto": "react-native-crypto",
"chloride": "sodium-browserify-tweetnacl",
"fs": false,
"net": "@luandro/react-native-tcp",
"react-native-os": "@staltz/react-native-os",
"os": "@staltz/react-native-os",
"net": "rn-tcp",
"react-native-os": "react-native-os",
"os": "react-native-os",
"stream": "stream-browserify",
"process": "react-native-process-shim",
"url": "url",
Expand Down

1 comment on commit dad1b1e

@Titozzz
Copy link

@Titozzz Titozzz commented on dad1b1e Mar 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just did this: facebook/react-native#18275

Please sign in to comment.