Skip to content

Commit da0f16d

Browse files
limit files published to npm
1 parent 9a5937c commit da0f16d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@
2323
"repository": {
2424
"url": "https://github.com/localstack/aws-cdk-local.git",
2525
"type": "git"
26-
}
26+
},
27+
"files": [
28+
"bin/",
29+
"LICENSE",
30+
"README.md"
31+
]
2732
}

0 commit comments

Comments
 (0)