Skip to content

Commit

Permalink
4.0.6: add missing unparsed.js in files field
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleBill committed Dec 21, 2018
1 parent 1dbe249 commit 126ec1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "koa-body",
"version": "4.0.5",
"version": "4.0.6",
"description": "A Koa body parser middleware. Supports multipart, urlencoded and JSON request bodies.",
"main": "index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -32,7 +32,8 @@
"README.md",
"index.js",
"index.d.ts",
"package.json"
"package.json",
"unparsed.js"
],
"dependencies": {
"@types/formidable": "^1.0.31",
Expand Down

0 comments on commit 126ec1b

Please sign in to comment.