Skip to content

Commit 76d2dde

Browse files
authored
Merge pull request #448 from form-data/mapleeit-patch-1
Update package.json
2 parents faec3dc + 510d939 commit 76d2dde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
33
"name": "form-data",
44
"description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
5-
"version": "2.5.1",
5+
"version": "3.0.0",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/form-data/form-data.git"
@@ -35,7 +35,7 @@
3535
"check"
3636
],
3737
"engines": {
38-
"node": ">= 0.12"
38+
"node": ">= 6"
3939
},
4040
"dependencies": {
4141
"asynckit": "^0.4.0",

0 commit comments

Comments
 (0)