Skip to content

Commit 4ef7183

Browse files
committed
Bump version: 1.0.0 -> 1.0.1
1 parent 6643b07 commit 4ef7183

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "form-data-encoder",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Encode FormData content into the multipart/form-data format",
55
"repository": "octet-stream/form-data-encoder",
66
"sideEffects": false,
@@ -11,8 +11,7 @@
1111
"files-upload",
1212
"async-iterator",
1313
"spec-compatible",
14-
"form",
15-
"node"
14+
"form"
1615
],
1716
"main": "./lib/cjs/index.js",
1817
"module": "./lib/esm/index.js",

0 commit comments

Comments
 (0)