From f7645837c79ec28deb0df604f592ff5e92879599 Mon Sep 17 00:00:00 2001 From: Brandon Lucas <38222767+thebrandonlucas@users.noreply.github.com> Date: Sat, 23 Mar 2024 07:48:53 +0000 Subject: [PATCH] update sveltekit example & gitignore --- .gitignore | 2 +- examples/sveltekit/package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b0ed9da..c898408 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,4 @@ UserInterfaceState.xcuserstate !.yarn/sdks !.yarn/versions -examples/sveltekit/.yarn \ No newline at end of file +examples/sveltekit/.yarn/install-state.gz \ No newline at end of file diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index 8618147..a7b134a 100644 --- a/examples/sveltekit/package.json +++ b/examples/sveltekit/package.json @@ -22,7 +22,6 @@ "@types/eslint": "^8.56.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", - "bitcoin-qr": "^1.1.2", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.35.1", @@ -35,5 +34,8 @@ "vite": "^5.0.3", "vitest": "^1.2.0" }, - "type": "module" + "type": "module", + "dependencies": { + "bitcoin-qr": "^1.1.3" + } }