Skip to content

Commit

Permalink
add dep to api pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers committed Aug 4, 2024
1 parent c7910d6 commit 6129808
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion alt/api/pkgs/@duckdb/node-api/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@jraymakers/duckdb-node-api",
"version": "0.0.1",
"version": "0.0.2",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@jraymakers/duckdb-node-bindings": "workspace:*"
},
"repository": {
"type": "git",
"url": "https://github.com/jraymakers/duckdb-node-packages.git"
Expand Down

0 comments on commit 6129808

Please sign in to comment.