Skip to content

Commit 67934a6

Browse files
authored
Merge pull request #21 from lukas-reineke/files-in-package-json
NO-TICKET exclude all files except d.ts
2 parents eecd343 + 8455d0b commit 67934a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"browser": "index.web.js",
77
"types": "src/index.d.ts",
88
"files": [
9-
"/src",
9+
"/src/**/*.d.ts",
1010
"/index.web.js",
1111
"/index.node.js"
1212
],

0 commit comments

Comments
 (0)