Skip to content

Commit

Permalink
Add files array to package.json (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jul 3, 2023
1 parent cdf4237 commit 8676770
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"watch": "tsc --watch --declaration",
"test": "ts-node node_modules/tape/bin/tape ./tests/index.ts"
},
"files": [
"lib/",
"src/"
],
"dependencies": {
"apache-arrow": "^12.0.0"
},
Expand Down

0 comments on commit 8676770

Please sign in to comment.