From a1f29fbadf258f630cdf45bd59e6fda5540e3169 Mon Sep 17 00:00:00 2001 From: Kael Zhang Date: Sat, 30 May 2020 11:27:39 +0800 Subject: [PATCH] 5.1.8: README.md: typo --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c002719..4bdac9d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Pay **ATTENTION** that [`minimatch`](https://www.npmjs.org/package/minimatch) (w To filter filenames according to a .gitignore file, I recommend this npm package, `ignore`. -To parse an `.npmignore` file, you should use `minimatch`, because an `.npmignore` file does not work in the .gitignore way. +To parse an `.npmignore` file, you should use `minimatch`, because an `.npmignore` file is parsed by npm using `minimatch` and it does not work in the .gitignore way. ### Tested on diff --git a/package.json b/package.json index 344c293..62367d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignore", - "version": "5.1.7", + "version": "5.1.8", "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.", "files": [ "legacy.js",