Skip to content

Commit

Permalink
chore: remove bun.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 2, 2024
1 parent 20b3b2c commit d0b40ac
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# bun
bun.lockb

# Misc
.DS_Store
*.pem
Expand Down
Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.22",
"version": "0.0.23",
"type": "module",
"scripts": {
"bump:version": "bunx changelogen --bump --no-output",
Expand Down
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
/* Path Aliases */
"baseUrl": "."
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}
1 change: 1 addition & 0 deletions utils/setClipboard.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore -- not sure why this is not working
import { toast } from "sonner";

type SetClipboardParams = {
Expand Down

0 comments on commit d0b40ac

Please sign in to comment.