Skip to content

Commit

Permalink
[readme] fix repo URLs; remove travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 1, 2021
1 parent 2c35c43 commit d1d1da6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
25 changes: 9 additions & 16 deletions README.md
@@ -1,15 +1,12 @@
#is-regex <sup>[![Version Badge][2]][1]</sup>
# is-regex <sup>[![Version Badge][2]][1]</sup>

[![Build Status][3]][4]
[![dependency status][5]][6]
[![dev dependency status][7]][8]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]

[![npm badge][11]][1]

[![browser support][9]][10]

Is this value a JS regex?
This module works cross-realm/iframe, and despite ES6 @@toStringTag.

Expand Down Expand Up @@ -37,18 +34,14 @@ assert.ok(isRegex(new RegExp('a', 'g')));
Simply clone the repo, `npm install`, and run `npm test`

[1]: https://npmjs.org/package/is-regex
[2]: http://versionbadg.es/ljharb/is-regex.svg
[3]: https://travis-ci.org/ljharb/is-regex.svg
[4]: https://travis-ci.org/ljharb/is-regex
[5]: https://david-dm.org/ljharb/is-regex.svg
[6]: https://david-dm.org/ljharb/is-regex
[7]: https://david-dm.org/ljharb/is-regex/dev-status.svg
[8]: https://david-dm.org/ljharb/is-regex#info=devDependencies
[9]: https://ci.testling.com/ljharb/is-regex.png
[10]: https://ci.testling.com/ljharb/is-regex
[2]: https://versionbadg.es/inspect-js/is-regex.svg
[5]: https://david-dm.org/inspect-js/is-regex.svg
[6]: https://david-dm.org/inspect-js/is-regex
[7]: https://david-dm.org/inspect-js/is-regex/dev-status.svg
[8]: https://david-dm.org/inspect-js/is-regex#info=devDependencies
[11]: https://nodei.co/npm/is-regex.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/is-regex.svg
[license-image]: https://img.shields.io/npm/l/is-regex.svg
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/is-regex.svg
[downloads-url]: http://npm-stat.com/charts.html?package=is-regex
[downloads-image]: https://img.shields.io/npm/dm/is-regex.svg
[downloads-url]: https://npm-stat.com/charts.html?package=is-regex

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -22,12 +22,12 @@
},
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-regex.git"
"url": "git://github.com/inspect-js/is-regex.git"
},
"bugs": {
"url": "https://github.com/ljharb/is-regex/issues"
"url": "https://github.com/inspect-js/is-regex/issues"
},
"homepage": "https://github.com/ljharb/is-regex",
"homepage": "https://github.com/inspect-js/is-regex",
"keywords": [
"regex",
"regexp",
Expand Down

0 comments on commit d1d1da6

Please sign in to comment.