Skip to content
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/npm-pick-manifest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8e662722d4958b4714e5279e4a9eb4af82f74b5a
Choose a base ref
...
head repository: npm/npm-pick-manifest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3c8cb5dec93daa6ee0a0e99d0b539bfe37f674ac
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 11, 2019

  1. deps: bump npm-package-arg to v7

    BREAKING CHANGE: this drops support for ancient node versions.
    See npm/hosted-git-info#38 (comment)
    isaacs committed Nov 11, 2019
    Copy the full SHA
    42c76d8 View commit details
  2. chore(release): 4.0.0

    isaacs committed Nov 11, 2019
    Copy the full SHA
    405d00b View commit details

Commits on Dec 15, 2019

  1. chore: bump version of semver package

    PR-URL: #3
    Credit: @claudiahdz
    Close: #3
    Reviewed-by: @isaacs
    claudiahdz authored and isaacs committed Dec 15, 2019
    Copy the full SHA
    661ba9d View commit details
  2. chore: normalize settings, drop old nodes, update deps

    BREAKING CHANGE: This drops support for node < 10.
    isaacs committed Dec 15, 2019
    Copy the full SHA
    dc2e61c View commit details
  3. chore(release): 5.0.0

    isaacs committed Dec 15, 2019
    Copy the full SHA
    3c8cb5d View commit details
Showing with 4,516 additions and 6,349 deletions.
  1. +2 −0 .github/settings.yml
  2. +3 −3 .travis.yml
  3. +25 −1 CHANGELOG.md
  4. +0 −151 CODE_OF_CONDUCT.md
  5. +0 −256 CONTRIBUTING.md
  6. +4,460 −5,903 package-lock.json
  7. +12 −21 package.json
  8. +14 −14 test/index.js
2 changes: 2 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
_extends: 'open-source-project-boilerplate'
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
sudo: false
node_js:
- "7"
- "6"
- node
- 12
- 10
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.0.0](https://github.com/npm/npm-pick-manifest/compare/v4.0.0...v5.0.0) (2019-12-15)


### ⚠ BREAKING CHANGES

* This drops support for node < 10.

* normalize settings, drop old nodes, update deps ([dc2e61c](https://github.com/npm/npm-pick-manifest/commit/dc2e61cc06bd19e079128e77397df7593741da50))

<a name="4.0.0"></a>
# [4.0.0](https://github.com/npm/npm-pick-manifest/compare/v3.0.2...v4.0.0) (2019-11-11)


### deps

* bump npm-package-arg to v7 ([42c76d8](https://github.com/npm/npm-pick-manifest/commit/42c76d8)), closes [/github.com/npm/hosted-git-info/pull/38#issuecomment-520243803](https://github.com//github.com/npm/hosted-git-info/pull/38/issues/issuecomment-520243803)


### BREAKING CHANGES

* this drops support for ancient node versions.



<a name="3.0.2"></a>
## [3.0.2](https://github.com/npm/npm-pick-manifest/compare/v3.0.1...v3.0.2) (2019-08-30)

151 changes: 0 additions & 151 deletions CODE_OF_CONDUCT.md

This file was deleted.

Loading