Skip to content

Commit

Permalink
fix: plat-6742 restore package.json files section (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcyL authored Sep 26, 2023
1 parent 316f64f commit 559e3ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "talis-cdk-constructs",
"version": "0.1.0",
"files": [
"lib/**/*.d.ts",
"lib/**/*.js",
"src/**/*.js",
"src/lambda/api/authorizer.ts",
"src/lambda/api/authorizer.d.ts"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"cdk": "bin/cdk.js"
},
Expand Down

0 comments on commit 559e3ff

Please sign in to comment.