Skip to content

Commit

Permalink
fix: fileSize typo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolme200 authored and fengmk2 committed Jun 19, 2017
1 parent a18a2d7 commit a7778e5
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ npm-debug.log
node_modules/
coverage/
test/fixtures/**/run
.idea/
13 changes: 0 additions & 13 deletions .idea/egg-multipart.iml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/jsLibraryMappings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The default fileSize that multipart can accept is `10mb`. if you upload a large
```js
// config/config.default.js
exports.multipart = {
fileSize: '50m',
fileSize: '50mb',
};
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"stream-wormhole": "^1.0.3",
"supertest": "^3.0.0",
"urllib": "^2.22.0",
"webstorm-disable-index": "^1.1.2"
"webstorm-disable-index": "^1.2.0"
}
}

0 comments on commit a7778e5

Please sign in to comment.