We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e686b11 commit a77be35Copy full SHA for a77be35
README.md
@@ -1,3 +1,6 @@
1
+[![Build status][build-image]][build-url]
2
+[![npm version][npm-image]][npm-url]
3
+
4
# ext
5
6
_(Previously known as `es5-ext`)_
@@ -36,3 +39,8 @@ npm install ext
36
39
- [`includes`](docs/string_/includes.md)
37
40
- `Thenable.prototype`
38
41
- [`finally`](docs/thenable_/finally.md)
42
43
+[build-image]: https://github.com/medikoo/es5-ext/workflows/Integrate%20[ext]/badge.svg
44
+[build-url]: https://github.com/medikoo/es5-ext/actions?query=workflow%3AIntegrate%20[ext]
45
+[npm-image]: https://img.shields.io/npm/v/ext.svg
46
+[npm-url]: https://www.npmjs.com/package/ext
0 commit comments