Skip to content

Commit

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

0 comments on commit a602d0e

Please sign in to comment.