Skip to content

Commit 4b5a13f

Browse files
committed
package.json: list files explicitly again
See #32 (comment)
1 parent be6a0b9 commit 4b5a13f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
"main": "index.js",
3131
"types": "index.d.ts",
3232
"files": [
33-
"*.js",
34-
"*.d.ts"
33+
"KaitaiStream.js",
34+
"KaitaiStream.d.ts",
35+
"index.d.ts"
3536
],
3637
"scripts": {
3738
"build": "rollup -c",

0 commit comments

Comments
 (0)