Skip to content

Commit

Permalink
#54: bump version 5.1.1
Browse files Browse the repository at this point in the history
Fixes a typo of an example
  • Loading branch information
kaelzhang committed Apr 17, 2019
1 parent 557e4ca commit bff5d32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit bff5d32

Please sign in to comment.