Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information