File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ NPM Version] [ npm-version-image ]] [ npm-url ]
4
4
[ ![ NPM Downloads] [ npm-downloads-image ]] [ npm-url ]
5
- [ ![ Node.js Version] [ node-version- image ]] [ node-version -url ]
6
- [ ![ Build Status] [ github-actions- ci-image]] [ github-actions- ci-url]
7
- [ ![ Test Coverage] [ coveralls-image ]] [ coveralls-url ]
5
+ [ ![ Node.js Version] [ node-image ]] [ node-url ]
6
+ [ ![ Build Status] [ ci-image ]] [ ci-url ]
7
+ [ ![ Coverage Status ] [ coveralls-image ]] [ coveralls-url ]
8
8
9
9
Basic HTTP cookie parser and serializer for HTTP servers.
10
10
@@ -303,12 +303,12 @@ $ npm run bench
303
303
304
304
[ MIT] ( LICENSE )
305
305
306
+ [ ci-image ] : https://badgen.net/github/checks/jshttp/cookie/master?label=ci
307
+ [ ci-url ] : https://github.com/jshttp/cookie/actions/workflows/ci.yml
306
308
[ coveralls-image ] : https://badgen.net/coveralls/c/github/jshttp/cookie/master
307
309
[ coveralls-url ] : https://coveralls.io/r/jshttp/cookie?branch=master
308
- [ github-actions-ci-image ] : https://img.shields.io/github/workflow/status/jshttp/cookie/ci/master?label=ci
309
- [ github-actions-ci-url ] : https://github.com/jshttp/cookie/actions/workflows/ci.yml
310
- [ node-version-image ] : https://badgen.net/npm/node/cookie
311
- [ node-version-url ] : https://nodejs.org/en/download
310
+ [ node-image ] : https://badgen.net/npm/node/cookie
311
+ [ node-url ] : https://nodejs.org/en/download
312
312
[ npm-downloads-image ] : https://badgen.net/npm/dm/cookie
313
313
[ npm-url ] : https://npmjs.org/package/cookie
314
314
[ npm-version-image ] : https://badgen.net/npm/v/cookie
You can’t perform that action at this time.
0 commit comments