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.1.1
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.2
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 20, 2020

  1. fix: even better json errors, remove graceful-fs

    The fs should be gracefulified at the root app level, not necessary to
    use it here in a library module.
    
    Also, use the even better json errors, which also allows for formatting
    preservation.
    isaacs committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    fdbf082 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.1.2

    isaacs committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    10175d8 View commit details
    Browse the repository at this point in the history
Loading