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: isaacs/rimraf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.2
Choose a base ref
...
head repository: isaacs/rimraf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.3
Choose a head ref
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 20, 2018

  1. travis node version updates

    isaacs committed Aug 20, 2018
    Copy the full SHA
    692022b View commit details
  2. update tap, add package-lock

    isaacs committed Aug 20, 2018
    Copy the full SHA
    f0bc3a1 View commit details

Commits on Jan 2, 2019

  1. Copy the full SHA
    8f1d3a1 View commit details
  2. bin test

    isaacs committed Jan 2, 2019
    Copy the full SHA
    21fd3df View commit details
  3. autopublish scripts

    isaacs committed Jan 2, 2019
    Copy the full SHA
    42fe369 View commit details
  4. 2.6.3

    isaacs committed Jan 2, 2019
    Copy the full SHA
    9442819 View commit details
Showing with 3,795 additions and 7 deletions.
  1. +2 −4 .travis.yml
  2. +3,677 −0 package-lock.json
  3. +6 −3 package.json
  4. +110 −0 test/bin.js
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- '6'
- '8'
- '10'
Loading