Skip to content

Commit b4abd4c

Browse files
authored
docs: tweak README (#201)
1 parent 738a8e9 commit b4abd4c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Serialize JavaScript
44
Serialize JavaScript to a _superset_ of JSON that includes regular expressions, dates and functions.
55

66
[![npm Version][npm-badge]][npm]
7-
[![Dependency Status][david-badge]][david]
87
![Test](https://github.com/yahoo/serialize-javascript/workflows/Test/badge.svg)
98

109
## Overview
@@ -143,10 +142,8 @@ See the [LICENSE file][LICENSE] for license text and copyright information.
143142

144143
[npm]: https://www.npmjs.org/package/serialize-javascript
145144
[npm-badge]: https://img.shields.io/npm/v/serialize-javascript.svg?style=flat-square
146-
[david]: https://david-dm.org/yahoo/serialize-javascript
147-
[david-badge]: https://img.shields.io/david/yahoo/serialize-javascript.svg?style=flat-square
148145
[express-state]: https://github.com/yahoo/express-state
149146
[JSON.stringify]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
150147
[LICENSE]: https://github.com/yahoo/serialize-javascript/blob/main/LICENSE
151148
[worker threads]: https://nodejs.org/api/worker_threads.html
152-
[closed-over variables]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Closures
149+
[closed-over variables]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Closures

0 commit comments

Comments
 (0)