Skip to content

Commit 7003cd6

Browse files
committed
chore: stop including test files in npm, version
1 parent d0a3484 commit 7003cd6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formidable",
3-
"version": "2.0.0-canary.20201211.0",
3+
"version": "2.0.0-canary.20210212",
44
"license": "MIT",
55
"description": "A node.js module for parsing form data, especially file uploads.",
66
"homepage": "https://github.com/node-formidable/formidable",
@@ -9,7 +9,9 @@
99
"main": "./src/index.js",
1010
"files": [
1111
"src",
12-
"test"
12+
"CHANGELOG.md",
13+
"LICENSE",
14+
"README.md"
1315
],
1416
"publishConfig": {
1517
"access": "public",

0 commit comments

Comments
 (0)