Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #111

Open
wants to merge 42 commits into
base: devbackup1
Choose a base branch
from
Open

Dev #111

wants to merge 42 commits into from

Conversation

johnkelvinhhg
Copy link

gh repo clone trustwallet/dapps-browser

mvayngrib and others added 30 commits January 20, 2017 18:08
It was pointing to an incorrect url (with actual `'` on it).
npm5 installs modules and changes their `package.json`::`version` field to be something like
```
  "version": "https://registry.npmjs.org/rn-nodeify/-/rn-nodeify-7.0.1.tgz",
```
instead of
```
  "version": "7.0.1",
```

This commit adds support for that first type of string but also supports npm4.
mvayngrib and others added 12 commits September 5, 2017 11:36
* Add yarn argument to control install command

* Use lockfile to resolve installed pkg version when doing semver check
- require newer react-native-crypto 2.1.0
- Add extra reminder in README to run 'react-native link'
- bump version (minor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants