Skip to content

Commit 5406672

Browse files
authored
Fix DBM release config (#29)
1 parent c8f332d commit 5406672

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

meerkat-dbm/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"name": "@devrev/meerkat-dbm",
3-
"version": "0.0.1",
3+
"version": "0.0.11",
44
"dependencies": {
55
"tslib": "^2.3.0",
66
"@duckdb/duckdb-wasm": "^1.28.0"
77
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/devrev/meerkat.git"
11+
},
12+
"publishConfig": {
13+
"registry": "https://npm.pkg.github.com"
14+
},
815
"type": "commonjs",
916
"main": "./src/index.js",
1017
"typings": "./src/index.d.ts"

0 commit comments

Comments
 (0)