File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,10 @@ For detailed tutorials on its use, see www.promisejs.org
77
88** N.B.** This promise exposes internals via underscore (` _ ` ) prefixed properties. If you use these, your code will break with each new release.
99
10- [ ![ travis] [ travis-image ]] [ travis-url ]
11- [ ![ dep] [ dep-image ]] [ dep-url ]
12- [ ![ npm] [ npm-image ]] [ npm-url ]
13- [ ![ downloads] [ downloads-image ]] [ downloads-url ]
14-
15- [ travis-image ] : https://img.shields.io/travis/then/promise.svg?style=flat
16- [ travis-url ] : https://travis-ci.org/then/promise
17- [ dep-image ] : https://img.shields.io/david/then/promise.svg?style=flat
18- [ dep-url ] : https://david-dm.org/then/promise
19- [ npm-image ] : https://img.shields.io/npm/v/promise.svg?style=flat
20- [ npm-url ] : https://npmjs.org/package/promise
21- [ downloads-image ] : https://img.shields.io/npm/dm/promise.svg?style=flat
22- [ downloads-url ] : https://npmjs.org/package/promise
10+ [ ![ Build Status] ( https://img.shields.io/github/workflow/status/then/promise/Publish%20Canary/master?style=for-the-badge )] ( https://github.com/then/promise/actions?query=workflow%3APublish%20Canary+branch%3Amaster )
11+ [ ![ Rolling Versions] ( https://img.shields.io/badge/Rolling%20Versions-Enabled-brightgreen?style=for-the-badge )] ( https://rollingversions.com/then/promise )
12+ [ ![ NPM version] ( https://img.shields.io/npm/v/promise?style=for-the-badge )] ( https://www.npmjs.com/package/promise )
13+ [ ![ Downloads] ( https://img.shields.io/npm/dm/promise.svg?style=for-the-badge )] ( https://www.npmjs.org/package/promise )
2314
2415## Installation
2516
You can’t perform that action at this time.
0 commit comments