express-form-post
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "express-form-post", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Simple, reliable and memory efficient http file parse and upload api", | ||
@@ -46,3 +46,3 @@ "main": "index.js", | ||
"dropbox": "^2.5.4", | ||
"dropbox-stream": "^1.0.5", | ||
"dropbox-stream": "^1.1.1", | ||
"ejs": "^2.5.6", | ||
@@ -49,0 +49,0 @@ "eslint": "^3.19.0", |
@@ -119,3 +119,3 @@ # Express Form Post | ||
```sh | ||
$ npm install aws-sdk --save | ||
$ npm install aws-sdk@2.56.0 --save | ||
``` | ||
@@ -150,3 +150,3 @@ | ||
```sh | ||
$ npm install dropbox-stream --save | ||
$ npm install dropbox-stream@1.1 --save | ||
``` | ||
@@ -153,0 +153,0 @@ |
33149
14