Skip to content

Commit 8676770

Browse files
authored
Add files array to package.json (#29)
1 parent cdf4237 commit 8676770

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"watch": "tsc --watch --declaration",
1313
"test": "ts-node node_modules/tape/bin/tape ./tests/index.ts"
1414
},
15+
"files": [
16+
"lib/",
17+
"src/"
18+
],
1519
"dependencies": {
1620
"apache-arrow": "^12.0.0"
1721
},

0 commit comments

Comments
 (0)