From bff5d32005050e1b29debc4febb7ce7387d49039 Mon Sep 17 00:00:00 2001 From: Kael Zhang Date: Wed, 17 Apr 2019 15:54:58 +0800 Subject: [PATCH] #54: bump version 5.1.1 Fixes a typo of an example --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cb28d5..2e7c681 100644 --- a/README.md +++ b/README.md @@ -179,8 +179,8 @@ ig.ignores('./abc') // ``` ig.ignores('/abc') -// WRONG, that it is an absolute path on Windows -ig.ignores('C:\abc') +// WRONG, that it is an absolute path on Windows, an error will be thrown +ig.ignores('C:\\abc') // Right ig.ignores('abc') diff --git a/package.json b/package.json index 1fb6b72..f0aeb90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignore", - "version": "5.1.0", + "version": "5.1.1", "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.", "files": [ "legacy.js",