From d3251624ab5596aaadc93afe1c568690346f1c04 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Wed, 17 Jul 2024 22:44:57 +0200 Subject: [PATCH] adding --- bunfig.toml | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 bunfig.toml diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 0000000..f939fcc --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,2 @@ +[install.scopes] +"@nano" = "https://gitea.node001.net/api/packages/nano/npm/" diff --git a/package.json b/package.json index 8a2db6c..d23642f 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "description": "Function for using Sqlite in Bun", "repository": { "type": "git", - "url": "git@git.node001.net:HerrHase/nano-sqlite.git" + "url": "git@git.node001.net:nano/sqlite.git" }, "author": "Björn Hase ", "license": "MIT", "type": "module", "scripts": { - "test": "bun test" + "test": "bun test ./test/*" } }