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/node-mkdirp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: isaacs/node-mkdirp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 17, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    Okeanos Nikolas Grottendieck
    Copy the full SHA
    d612c5d View commit details
  2. 0.5.3

    isaacs committed Mar 17, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d784e70 View commit details
Showing with 7 additions and 3 deletions.
  1. +1 −1 package-lock.json
  2. +6 −2 package.json
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mkdirp",
"description": "Recursively mkdir, like `mkdir -p`",
"version": "0.5.2",
"version": "0.5.3",
"publishConfig": {
"tag": "legacy"
},
@@ -26,5 +26,9 @@
"tap": "^5.4.2"
},
"bin": "bin/cmd.js",
"license": "MIT"
"license": "MIT",
"files": [
"bin",
"index.js"
]
}