Skip to content

Commit

Permalink
Merge pull request #203 from nzzdev/release-10.0.2
Browse files Browse the repository at this point in the history
Release v10.0.2
  • Loading branch information
manuelroth authored Mar 2, 2020
2 parents 008c923 + c624968 commit 372682e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 33 deletions.
43 changes: 13 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nzz/q-server",
"version": "10.0.1",
"version": "10.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -43,8 +43,7 @@
"nano": "^8.1.0",
"node-fetch": "^2.6.0",
"puppeteer": "^2.1.1",
"slugify": "^1.3.6",
"uuid": "^3.4.0"
"slugify": "^1.3.6"
},
"devDependencies": {
"@hapi/code": "^8.0.1",
Expand Down
1 change: 1 addition & 0 deletions plugins/file/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = {
output: "stream",
parse: true,
allow: "multipart/form-data",
multipart: true,
maxBytes: 10485760
}
},
Expand Down

0 comments on commit 372682e

Please sign in to comment.