Skip to content

Commit 49a96e8

Browse files
committed
[readme] fix badges
1 parent 99db69e commit 49a96e8

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

README.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
# ES6 Shim
1+
# ES6 Shim <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
22
Provides compatibility shims so that legacy JavaScript engines behave as
33
closely as possible to ECMAScript 6 (Harmony).
44

5-
[![Build Status][1]][2] [![dependency status][3]][4] [![dev dependency status][5]][6]
5+
[![github actions][actions-image]][actions-url]
6+
[![coverage][codecov-image]][codecov-url]
7+
[![License][license-image]][license-url]
8+
[![Downloads][downloads-image]][downloads-url]
69

7-
[![browser support](https://ci.testling.com/paulmillr/es6-shim.png)](https://ci.testling.com/paulmillr/es6-shim)
10+
[![npm badge][npm-badge-png]][package-url]
811

9-
[![Sauce Test Status](https://saucelabs.com/browser-matrix/es6-shim.svg)](https://saucelabs.com/u/es6-shim)
12+
<!-- [![browser support](https://ci.testling.com/paulmillr/es6-shim.png)](https://ci.testling.com/paulmillr/es6-shim) -->
13+
14+
<!-- [![Sauce Test Status](https://saucelabs.com/browser-matrix/es6-shim.svg)](https://saucelabs.com/u/es6-shim) -->
1015

1116
[HTML version of the final ECMAScript 6 spec][spec-html-url]
1217

@@ -261,12 +266,22 @@ Promise.resolve(5).then(function (value) {
261266
262267
The project was initially based on es6-shim by Axel Rauschmayer.
263268
264-
[1]: https://travis-ci.org/paulmillr/es6-shim.svg
265-
[2]: https://travis-ci.org/paulmillr/es6-shim
266-
[3]: https://david-dm.org/paulmillr/es6-shim.svg
267-
[4]: https://david-dm.org/paulmillr/es6-shim
268-
[5]: https://david-dm.org/paulmillr/es6-shim/dev-status.svg
269-
[6]: https://david-dm.org/paulmillr/es6-shim#info=devDependencies
270269
[license-url]: https://github.com/paulmillr/es6-shim/blob/master/LICENSE
271270
[spec-html-url]: http://www.ecma-international.org/ecma-262/6.0/
272271
[es5-shim-url]: https://github.com/es-shims/es5-shim
272+
273+
[package-url]: https://npmjs.org/package/es6-shim
274+
[npm-version-svg]: https://versionbadg.es/paulmillr/es6-shim.svg
275+
[deps-svg]: https://david-dm.org/paulmillr/es6-shim.svg
276+
[deps-url]: https://david-dm.org/paulmillr/es6-shim
277+
[dev-deps-svg]: https://david-dm.org/paulmillr/es6-shim/dev-status.svg
278+
[dev-deps-url]: https://david-dm.org/paulmillr/es6-shim#info=devDependencies
279+
[npm-badge-png]: https://nodei.co/npm/es6-shim.png?downloads=true&stars=true
280+
[license-image]: https://img.shields.io/npm/l/es6-shim.svg
281+
[license-url]: LICENSE
282+
[downloads-image]: https://img.shields.io/npm/dm/es6-shim.svg
283+
[downloads-url]: https://npm-stat.com/charts.html?package=es6-shim
284+
[codecov-image]: https://codecov.io/gh/paulmillr/es6-shim/branch/main/graphs/badge.svg
285+
[codecov-url]: https://app.codecov.io/gh/paulmillr/es6-shim/
286+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/paulmillr/es6-shim
287+
[actions-url]: https://github.com/paulmillr/es6-shim/actions

0 commit comments

Comments
 (0)