Skip to content

Commit

Permalink
Merge pull request #9 from komodorio/add-missing-file-to-package
Browse files Browse the repository at this point in the history
Add missing file to npm package
  • Loading branch information
ronahk authored Jan 30, 2023
2 parents 411c6a1 + 2551516 commit 2566ad9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"bin": {
"eks-ssp-patterns": "bin/main.ts"
},
"files": [
"dist/**/*",
"bin/**/*"
],
"scripts": {
"build": "rm -rf dist && tsc",
"watch": "tsc -w",
Expand Down Expand Up @@ -36,4 +40,4 @@
"ts-node": "^9.0.0",
"typescript": "~3.9.7"
}
}
}

0 comments on commit 2566ad9

Please sign in to comment.