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

Support npm5 #40

Merged
merged 1 commit into from
Jun 5, 2017
Merged

Support npm5 #40

merged 1 commit into from
Jun 5, 2017

Commits on Jun 5, 2017

  1. Support npm5

    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.
    staltz committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    9db38f5 View commit details
    Browse the repository at this point in the history