Skip to content

Commit

Permalink
feat: tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicFun1241 authored Aug 19, 2024
1 parent 0881f9b commit 0a64352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "parquet-bun",
"module": "src/index.ts",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"keywords": ["parquet", "bun"],
"scripts": {
"test": "bun test",
"benchmark": "bun src/testing.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
Expand Down
Empty file added src/testing.ts
Empty file.

0 comments on commit 0a64352

Please sign in to comment.