Skip to content

Commit

Permalink
[readme] fix repo URLs; remove defunct badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 4, 2020
1 parent 9e8cb7b commit 80fd18d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
21 changes: 8 additions & 13 deletions README.md
@@ -1,15 +1,12 @@
#is-negative-zero <sup>[![Version Badge][2]][1]</sup>
# is-negative-zero <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 negative zero? === will lie to you.

## Example
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 80fd18d

Please sign in to comment.