Skip to content

Commit 9468912

Browse files
authored
build: limit files included in package to dist/* (#94)
1 parent 5c3e703 commit 9468912

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"unpkg": "dist/index.min.js",
2121
"module": "dist/index.esm.js",
2222
"types": "dist/index.d.ts",
23+
"files": [
24+
"dist/*"
25+
],
2326
"scripts": {
2427
"docs": "typedoc",
2528
"format": "prettier *.json *.js src/* e2e/* examples/* --write && eslint src/* --fix",

0 commit comments

Comments
 (0)