Skip to content

Commit

Permalink
update sveltekit example & gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrandonlucas committed Mar 23, 2024
1 parent ef1da49 commit f764583
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ UserInterfaceState.xcuserstate
!.yarn/sdks
!.yarn/versions

examples/sveltekit/.yarn
examples/sveltekit/.yarn/install-state.gz
6 changes: 4 additions & 2 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -35,5 +34,8 @@
"vite": "^5.0.3",
"vitest": "^1.2.0"
},
"type": "module"
"type": "module",
"dependencies": {
"bitcoin-qr": "^1.1.3"
}
}

0 comments on commit f764583

Please sign in to comment.