Skip to content

Commit 7c8e9e0

Browse files
committed
chore: update badges, publish canary.5
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 7733e1e commit 7c8e9e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
<img alt="node formidable logo" src="./logo.png" />
33
</p>
44

5-
# formidable
5+
# formidable [![npm version][npmv-img]][npmv-url] [![MIT license][license-img]][license-url]
66

77
> A Node.js module for parsing form data, especially file uploads.
88
99
[![Code style][codestyle-img]][codestyle-url]
10-
[![npm version][npmv-img]][npmv-url]
10+
[![npm version][npmv-canary-img]][npmv-url]
1111
[![build status][build-img]][build-url]
1212
[![chat on gitter][chat-img]][chat-url]
13-
[![MIT license][license-img]][license-url]
1413

1514
## Status: Maintained
1615

@@ -393,6 +392,7 @@ Formidable is licensed under the [MIT License][license-url].
393392
[codestyle-img]: https://badgen.net/badge/code%20style/airbnb%20%2B%20prettier/ff5a5f?icon=airbnb&cache=300
394393
[build-img]: https://badgen.net/travis/node-formidable/node-formidable/master?label=build&icon=travis
395394
[build-url]: https://travis-ci.org/node-formidable/node-formidable.svg?branch=master
395+
[npmv-canary-img]: https://badgen.net/npm/v/formidable/canary?icon=npm
396396
[npmv-img]: https://badgen.net/npm/v/formidable?icon=npm
397397
[npmv-url]: https://npmjs.com/package/formidable
398398
[license-img]: https://badgen.net/npm/license/formidable

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formidable",
3-
"version": "2.0.0-canary.20200129.4",
3+
"version": "2.0.0-canary.20200129.5",
44
"license": "MIT",
55
"description": "A node.js module for parsing form data, especially file uploads.",
66
"homepage": "https://github.com/node-formidable/node-formidable",

0 commit comments

Comments
 (0)