Skip to content

Commit

Permalink
Merge pull request #888 from aligent/feature/shared-vpc-construct
Browse files Browse the repository at this point in the history
Update .npmignore to allow .js files
  • Loading branch information
toddhainsworth authored Jan 12, 2023
2 parents a9ad273 + 852b762 commit 5d690c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/shared-vpc/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
*.ts
!lib/handlers/*.ts
!*.d.ts
!*.js

# CDK asset staging directory
.cdk.staging
cdk.out

# Samples
sample/
2 changes: 1 addition & 1 deletion packages/shared-vpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-shared-vpc",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 5d690c8

Please sign in to comment.