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 9af3b86 commit 44941c5Copy full SHA for 44941c5
.travis.yml
@@ -1,11 +1,9 @@
1
language: node_js
2
node_js:
3
- - "4"
4
- - "6"
5
- "8"
6
- - "node"
+ - "10"
7
env:
8
- - FORMDATA_VERSION=1.0.0
+ # - FORMDATA_VERSION=1.0.0
9
- FORMDATA_VERSION=2.1.0
10
before_script:
11
- 'if [ "$FORMDATA_VERSION" ]; then npm install form-data@^$FORMDATA_VERSION; fi'
package.json
@@ -60,5 +60,8 @@
60
},
61
"dependencies": {
62
"web-streams-polyfill": "^1.3.2"
63
+ },
64
+ "peerDependencies": {
65
+ "form-data": ">= 2.1.0"
66
}
67
0 commit comments