Skip to content

Commit

Permalink
Updated dist files in package
Browse files Browse the repository at this point in the history
  • Loading branch information
alimnios72 committed Aug 9, 2023
1 parent 403dac7 commit c67607a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
"name": "aws-lambda-router",
"version": "0.12.0",
"description": "AWS lambda router",
"main": "index.js",
"types": "index.d.ts",
"files": [
"dist/**/*"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist/index.*", "dist/**/*"],
"scripts": {
"test": "yarn clean && jest --coverage",
"build": "rimraf .dist/ && tsc"
Expand Down

0 comments on commit c67607a

Please sign in to comment.