Skip to content

Commit 1c148c6

Browse files
committed
[readme] fix repo URLs; remove defunct badges
1 parent e63305f commit 1c148c6

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

Diff for: README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# is-date-object <sup>[![Version Badge][2]][1]</sup>
22

3-
[![Build Status][3]][4]
43
[![dependency status][5]][6]
54
[![dev dependency status][7]][8]
65
[![License][license-image]][license-url]
76
[![Downloads][downloads-image]][downloads-url]
87

98
[![npm badge][11]][1]
109

11-
[![browser support][9]][10]
12-
1310
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
1411

1512
## Example
@@ -37,15 +34,11 @@ assert.ok(isDate(new Date()));
3734
Simply clone the repo, `npm install`, and run `npm test`
3835

3936
[1]: https://npmjs.org/package/is-date-object
40-
[2]: http://versionbadg.es/ljharb/is-date-object.svg
41-
[3]: https://travis-ci.org/ljharb/is-date-object.svg
42-
[4]: https://travis-ci.org/ljharb/is-date-object
43-
[5]: https://david-dm.org/ljharb/is-date-object.svg
44-
[6]: https://david-dm.org/ljharb/is-date-object
45-
[7]: https://david-dm.org/ljharb/is-date-object/dev-status.svg
46-
[8]: https://david-dm.org/ljharb/is-date-object#info=devDependencies
47-
[9]: https://ci.testling.com/ljharb/is-date-object.png
48-
[10]: https://ci.testling.com/ljharb/is-date-object
37+
[2]: http://versionbadg.es/inspect-js/is-date-object.svg
38+
[5]: https://david-dm.org/inspect-js/is-date-object.svg
39+
[6]: https://david-dm.org/inspect-js/is-date-object
40+
[7]: https://david-dm.org/inspect-js/is-date-object/dev-status.svg
41+
[8]: https://david-dm.org/inspect-js/is-date-object#info=devDependencies
4942
[11]: https://nodei.co/npm/is-date-object.png?downloads=true&stars=true
5043
[license-image]: http://img.shields.io/npm/l/is-date-object.svg
5144
[license-url]: LICENSE

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git://github.com/ljharb/is-date-object.git"
24+
"url": "git://github.com/inspect-js/is-date-object.git"
2525
},
2626
"keywords": [
2727
"Date",

0 commit comments

Comments
 (0)