From d1d1da647bb4e91589606f12470cd27a47b3bb81 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 1 Feb 2021 14:04:24 -0800 Subject: [PATCH] [readme] fix repo URLs; remove travis badge --- README.md | 25 +++++++++---------------- package.json | 6 +++--- 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 05baa0e..7621d2a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -#is-regex [![Version Badge][2]][1] +# is-regex [![Version Badge][2]][1] -[![Build Status][3]][4] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] @@ -8,8 +7,6 @@ [![npm badge][11]][1] -[![browser support][9]][10] - Is this value a JS regex? This module works cross-realm/iframe, and despite ES6 @@toStringTag. @@ -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 diff --git a/package.json b/package.json index 442432d..8346158 100644 --- a/package.json +++ b/package.json @@ -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",