Skip to content

Commit

Permalink
TF-1072: add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrizrh committed Oct 23, 2023
1 parent ac52234 commit d854861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/esbuild/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.ts
!*.d.ts
!*.js
1 change: 1 addition & 0 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.0.0",
"description": "Esbuild implementation for CDK",
"main": "index.js",
"types": "index.d.ts",
"license": "GPL-3.0-only",
"scripts": {
"build": "tsc"
Expand Down

0 comments on commit d854861

Please sign in to comment.