Skip to content

Commit

Permalink
[readme] fix repo URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 21, 2019
1 parent 91bc802 commit 655c288
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ assert(isSymbol(Object(Symbol('foo'))));
Simply clone the repo, `npm install`, and run `npm test`
[1]: https://npmjs.org/package/is-symbol
[2]: http://versionbadg.es/ljharb/is-symbol.svg
[3]: https://travis-ci.org/ljharb/is-symbol.svg
[4]: https://travis-ci.org/ljharb/is-symbol
[5]: https://david-dm.org/ljharb/is-symbol.svg
[6]: https://david-dm.org/ljharb/is-symbol
[7]: https://david-dm.org/ljharb/is-symbol/dev-status.svg
[8]: https://david-dm.org/ljharb/is-symbol#info=devDependencies
[9]: https://ci.testling.com/ljharb/is-symbol.png
[10]: https://ci.testling.com/ljharb/is-symbol
[2]: http://versionbadg.es/inspect-js/is-symbol.svg
[3]: https://travis-ci.org/inspect-js/is-symbol.svg
[4]: https://travis-ci.org/inspect-js/is-symbol
[5]: https://david-dm.org/inspect-js/is-symbol.svg
[6]: https://david-dm.org/inspect-js/is-symbol
[7]: https://david-dm.org/inspect-js/is-symbol/dev-status.svg
[8]: https://david-dm.org/inspect-js/is-symbol#info=devDependencies
[11]: https://nodei.co/npm/is-symbol.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/is-symbol.svg
[license-url]: LICENSE
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-symbol.git"
"url": "git://github.com/inspect-js/is-symbol.git"
},
"keywords": [
"symbol",
Expand All @@ -30,7 +30,7 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ljharb/is-symbol/issues"
"url": "https://github.com/inspect-js/is-symbol/issues"
},
"dependencies": {
"has-symbols": "^1.0.1"
Expand Down

0 comments on commit 655c288

Please sign in to comment.