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

Commits on Feb 25, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1fcaa81 View commit details
  2. 7.1.3

    isaacs committed Feb 25, 2023
    Copy the full SHA
    77e1438 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 package-lock.json
  2. +2 −2 package.json
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"name": "minimatch",
"description": "a glob matcher in javascript",
"version": "7.1.2",
"version": "7.1.3",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
@@ -17,7 +17,7 @@
"default": "./dist/mjs/index.js"
},
"require": {
"types": "./dist/cjs/index-cjs.d.ts",
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index-cjs.js"
}
}