Skip to content

Commit

Permalink
Merge pull request #38 from aleios-cloud/fix/typescript/include-ts-files
Browse files Browse the repository at this point in the history
fix: include ts files in releases
  • Loading branch information
Alexander White authored Feb 23, 2022
2 parents d29a028 + 7df64b1 commit 805c168
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sls-test-tools",
"version": "1.0.5",
"version": "1.0.6",
"description": "Custom Jest Assertions for Serverless Projects",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -73,7 +73,8 @@
]
},
"files": [
"lib/**/*.js"
"lib/**/*.js",
"lib/**/*.ts"
],
"keywords": [
"aws",
Expand Down

0 comments on commit 805c168

Please sign in to comment.