Skip to content

Commit

Permalink
implement a couple functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers committed Jul 12, 2024
1 parent d282ae0 commit 611bb84
Show file tree
Hide file tree
Showing 5 changed files with 276 additions and 955 deletions.
2 changes: 1 addition & 1 deletion alt/bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "npm run clean:gyp && npm run clean:libduckdb && npm run clean:package",
"clean:gyp": "node-gyp clean",
"clean:libduckdb": "rimraf libduckdb",
"clean:package": "rimraf package/lib"
"clean:package": "rimraf package/lib package/duckdb.d.ts"
},
"dependencies": {
"node-addon-api": "^8.0.0",
Expand Down
Loading

0 comments on commit 611bb84

Please sign in to comment.