Skip to content

Commit

Permalink
Move to micromatch org
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Dec 21, 2017
1 parent 96f3ec6 commit 2455ec2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anymatch [![Build Status](https://travis-ci.org/es128/anymatch.svg?branch=master)](https://travis-ci.org/es128/anymatch) [![Coverage Status](https://img.shields.io/coveralls/es128/anymatch.svg?branch=master)](https://coveralls.io/r/es128/anymatch?branch=master)
anymatch [![Build Status](https://travis-ci.org/micromatch/anymatch.svg?branch=master)](https://travis-ci.org/micromatch/anymatch) [![Coverage Status](https://img.shields.io/coveralls/micromatch/anymatch.svg?branch=master)](https://coveralls.io/r/micromatch/anymatch?branch=master)
======
Javascript module to match a string against a regular expression, glob, string,
or function that takes the string as an argument and returns a truthy or falsy
Expand Down Expand Up @@ -86,7 +86,7 @@ matcher('path/anyjs/baz.js', true, 2); // -1

Change Log
----------
[See release notes page on GitHub](https://github.com/es128/anymatch/releases)
[See release notes page on GitHub](https://github.com/micromatch/anymatch/releases)

NOTE: As of v2.0.0, [micromatch](https://github.com/jonschlinkert/micromatch) moves away from minimatch-parity and inline with Bash. This includes handling backslashes differently (see https://github.com/micromatch/micromatch#backslashes for more information).

Expand All @@ -96,4 +96,4 @@ reported directly to the [micromatch issue tracker](https://github.com/jonschlin

License
-------
[ISC](https://raw.github.com/es128/anymatch/master/LICENSE)
[ISC](https://raw.github.com/micromatch/anymatch/master/LICENSE)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"url": "http://github.com/es128"
},
"license": "ISC",
"homepage": "https://github.com/es128/anymatch",
"homepage": "https://github.com/micromatch/anymatch",
"repository": {
"type": "git",
"url": "https://github.com/es128/anymatch"
"url": "https://github.com/micromatch/anymatch"
},
"bugs": {
"url": "https://github.com/es128/anymatch/issues"
"url": "https://github.com/micromatch/anymatch/issues"
},
"keywords": [
"match",
Expand Down

0 comments on commit 2455ec2

Please sign in to comment.