From 80fd18d2b0191321afe0e1b572200e4c025eb664 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 4 Dec 2020 15:28:45 -0800 Subject: [PATCH] [readme] fix repo URLs; remove defunct badges --- README.md | 21 ++++++++------------- package.json | 6 +++--- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f63af7c..b60b4d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -#is-negative-zero [![Version Badge][2]][1] +# is-negative-zero [![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 negative zero? === will lie to you. ## Example @@ -39,15 +36,13 @@ assert.ok(isNegativeZero(-0)); Simply clone the repo, `npm install`, and run `npm test` [1]: https://npmjs.org/package/is-negative-zero -[2]: http://versionbadg.es/ljharb/is-negative-zero.svg -[3]: https://travis-ci.org/ljharb/is-negative-zero.svg -[4]: https://travis-ci.org/ljharb/is-negative-zero -[5]: https://david-dm.org/ljharb/is-negative-zero.svg -[6]: https://david-dm.org/ljharb/is-negative-zero -[7]: https://david-dm.org/ljharb/is-negative-zero/dev-status.svg -[8]: https://david-dm.org/ljharb/is-negative-zero#info=devDependencies -[9]: https://ci.testling.com/ljharb/is-negative-zero.png -[10]: https://ci.testling.com/ljharb/is-negative-zero +[2]: http://versionbadg.es/inspect-js/is-negative-zero.svg +[3]: https://travis-ci.org/inspect-js/is-negative-zero.svg +[4]: https://travis-ci.org/inspect-js/is-negative-zero +[5]: https://david-dm.org/inspect-js/is-negative-zero.svg +[6]: https://david-dm.org/inspect-js/is-negative-zero +[7]: https://david-dm.org/inspect-js/is-negative-zero/dev-status.svg +[8]: https://david-dm.org/inspect-js/is-negative-zero#info=devDependencies [11]: https://nodei.co/npm/is-negative-zero.png?downloads=true&stars=true [license-image]: http://img.shields.io/npm/l/is-negative-zero.svg [license-url]: LICENSE diff --git a/package.json b/package.json index f4c78ce..3642119 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,12 @@ }, "repository": { "type": "git", - "url": "git://github.com/ljharb/is-negative-zero.git" + "url": "git://github.com/inspect-js/is-negative-zero.git" }, "bugs": { - "url": "https://github.com/ljharb/is-negative-zero/issues" + "url": "https://github.com/inspect-js/is-negative-zero/issues" }, - "homepage": "https://github.com/ljharb/is-negative-zero", + "homepage": "https://github.com/inspect-js/is-negative-zero", "keywords": [ "is", "negative",