Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Sep 14, 2021

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)
@ghost ghost closed this Sep 14, 2021
@ghost ghost reopened this Sep 14, 2021
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.

9 participants