Skip to content

Commit

Permalink
Merge pull request #1142 from aligent/chore/fix-esbuild-package-name
Browse files Browse the repository at this point in the history
TF-1072: Add npmignore
  • Loading branch information
gowrizrh authored Oct 23, 2023
2 parents edf9034 + d854861 commit 606951e
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 606951e

Please sign in to comment.