Skip to content

Commit

Permalink
fix: include ts files in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
agwhi committed Feb 23, 2022
1 parent d29a028 commit 7df64b1
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 7df64b1

Please sign in to comment.