Skip to content

Commit

Permalink
Publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Koch committed Dec 7, 2021
1 parent 644f5d8 commit a346b48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
"test:coverage": "jest --coverage"
},
"type": "module",
"keywords": [],
"keywords": ["body-parser"],
"files": [
"LICENSE.md",
"README.md",
"dist"
],
"author": "Florian Murat Koch <florian.murat.koch@gmail.com>",
"license": "MIT",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"removeComments": true
},
"include": ["src/**/*.ts"]
}

0 comments on commit a346b48

Please sign in to comment.