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 d0a3484 commit 7003cd6Copy full SHA for 7003cd6
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "formidable",
3
- "version": "2.0.0-canary.20201211.0",
+ "version": "2.0.0-canary.20210212",
4
"license": "MIT",
5
"description": "A node.js module for parsing form data, especially file uploads.",
6
"homepage": "https://github.com/node-formidable/formidable",
@@ -9,7 +9,9 @@
9
"main": "./src/index.js",
10
"files": [
11
"src",
12
- "test"
+ "CHANGELOG.md",
13
+ "LICENSE",
14
+ "README.md"
15
],
16
"publishConfig": {
17
"access": "public",
0 commit comments