Skip to content

Commit

Permalink
[readme] fix repo URLs, remove testling
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 19, 2019
1 parent 5510e47 commit f48732a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

[![npm badge][npm-badge-png]][npm-url]

[![browser support][testling-png]][testling-url]

Checks whether a value is an object

Because `typeof null` is a troll.
Expand All @@ -35,19 +33,17 @@ assert.equal(isObject({}), true);

## MIT Licensed

[travis-svg]: https://secure.travis-ci.org/ljharb/is-object.svg
[travis-url]: http://travis-ci.org/ljharb/is-object
[deps-svg]: http://david-dm.org/ljharb/is-object/status.svg
[deps-url]: http://david-dm.org/ljharb/is-object
[testling-png]: http://ci.testling.com/ljharb/is-object.png
[testling-url]: http://ci.testling.com/ljharb/is-object
[raynos-github]: https://github.com/Raynos
[ljharb-github]: https://github.com/ljharb
[dev-deps-svg]: https://david-dm.org/ljharb/is-object/dev-status.svg
[dev-deps-url]: https://david-dm.org/ljharb/is-object#info=devDependencies
[npm-url]: https://npmjs.org/package/is-object
[npm-version-svg]: http://versionbadg.es/ljharb/is-object.svg
[npm-badge-png]: https://nodei.co/npm/is-object.png?downloads=true&stars=true
[travis-svg]: https://secure.travis-ci.org/inspect-js/is-object.svg
[travis-url]: http://travis-ci.org/inspect-js/is-object
[deps-svg]: http://david-dm.org/inspect-js/is-object/status.svg
[deps-url]: http://david-dm.org/inspect-js/is-object
[raynos-github]: https://github.com/Raynos
[ljharb-github]: https://github.com/ljharb
[dev-deps-svg]: https://david-dm.org/inspect-js/is-object/dev-status.svg
[dev-deps-url]: https://david-dm.org/inspect-js/is-object#info=devDependencies
[npm-url]: https://npmjs.org/package/is-object
[npm-version-svg]: http://versionbadg.es/inspect-js/is-object.svg
[npm-badge-png]: https://nodei.co/npm/is-object.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/is-object.svg
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/is-object.svg
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Checks whether a value is an object",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/ljharb/is-object.git",
"repository": "git://github.com/inspect-js/is-object.git",
"main": "index",
"homepage": "https://github.com/ljharb/is-object",
"homepage": "https://github.com/inspect-js/is-object",
"contributors": [
{
"name": "Raynos"
Expand All @@ -17,7 +17,7 @@
}
],
"bugs": {
"url": "https://github.com/ljharb/is-object/issues",
"url": "https://github.com/inspect-js/is-object/issues",
"email": "ljharb@gmail.com"
},
"dependencies": {},
Expand All @@ -31,7 +31,7 @@
"licenses": [
{
"type": "MIT",
"url": "http://github.com/ljharb/is-object/raw/master/LICENSE"
"url": "http://github.com/inspect-js/is-object/raw/master/LICENSE"
}
],
"scripts": {
Expand Down

0 comments on commit f48732a

Please sign in to comment.