diff --git a/package.json b/package.json index c827513..a290bf4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,12 @@ "test:coverage": "jest --coverage" }, "type": "module", - "keywords": [], + "keywords": ["body-parser"], + "files": [ + "LICENSE.md", + "README.md", + "dist" + ], "author": "Florian Murat Koch ", "license": "MIT", "engines": { diff --git a/tsconfig.json b/tsconfig.json index 8a342ec..0271a60 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,8 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, - "skipLibCheck": true + "skipLibCheck": true, + "removeComments": true }, "include": ["src/**/*.ts"] }