Skip to content

Commit d034a8d

Browse files
committed
docs: switch badges to badgen
1 parent f6d5e77 commit d034a8d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,14 @@ deprecate.property(exports, 'oldprop', 'oldprop >= 0.10')
267267

268268
[MIT](LICENSE)
269269

270-
[npm-version-image]: https://img.shields.io/npm/v/depd.svg
271-
[npm-downloads-image]: https://img.shields.io/npm/dm/depd.svg
272-
[npm-url]: https://npmjs.org/package/depd
273-
[travis-image]: https://img.shields.io/travis/dougwilson/nodejs-depd/master.svg?label=linux
274-
[travis-url]: https://travis-ci.org/dougwilson/nodejs-depd
275-
[appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/nodejs-depd/master.svg?label=windows
270+
[appveyor-image]: https://badgen.net/appveyor/ci/dougwilson/nodejs-depd/master?label=windows
276271
[appveyor-url]: https://ci.appveyor.com/project/dougwilson/nodejs-depd
277-
[coveralls-image]: https://img.shields.io/coveralls/dougwilson/nodejs-depd/master.svg
272+
[coveralls-image]: https://badgen.net/coveralls/c/github/dougwilson/nodejs-depd/master
278273
[coveralls-url]: https://coveralls.io/r/dougwilson/nodejs-depd?branch=master
279-
[node-image]: https://img.shields.io/node/v/depd.svg
274+
[node-image]: https://badgen.net/npm/node/depd
280275
[node-url]: https://nodejs.org/en/download/
276+
[npm-downloads-image]: https://badgen.net/npm/dm/depd
277+
[npm-url]: https://npmjs.org/package/depd
278+
[npm-version-image]: https://badgen.net/npm/v/depd
279+
[travis-image]: https://badgen.net/travis/dougwilson/nodejs-depd/master?label=linux
280+
[travis-url]: https://travis-ci.org/dougwilson/nodejs-depd

0 commit comments

Comments
 (0)