Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/read-package-json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.13
Choose a base ref
...
head repository: npm/read-package-json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 5 commits
  • 16 files changed
  • 2 contributors

Commits on Feb 11, 2019

  1. chore: update CI for current Node LTS

    Audrey Eschright committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    67f2d8d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    4e1e4d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. feat: support bundleDependencies: true

    What ends up in the parsed output is still an array of names, but we
    generate that name from the keys if it's set to true.
    
    Also, avoid the footgun of people not realizing that bundleDependencies
    should be an array of names, rather than a {name:version} object.
    
    If bundleDependencies is something other than a boolean or array, it is
    removed from the manifest.
    isaacs committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    76f6f42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a176cc View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.1.0

    isaacs committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    55382c2 View commit details
    Browse the repository at this point in the history
Loading