Skip to content

Commit

Permalink
Fix npm peer dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jul 4, 2022
1 parent b685cd4 commit cf4c991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"dependencies": {
"mitata": "^0.1.3",
"peechy": "0.4.32",
"react": "^17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"private": true,
"scripts": {
"build-runtime": "esbuild --target=esnext --bundle src/runtime/index.ts --format=iife --platform=browser --global-name=BUN_RUNTIME > src/runtime.out.js; cat src/runtime.footer.js >> src/runtime.out.js",
"build-fallback": "esbuild --target=esnext --bundle src/fallback.ts --format=iife --platform=browser --minify > src/fallback.out.js"
Expand All @@ -16,4 +17,4 @@
"typescript": "4.6.3"
},
"version": "0.0.0"
}
}

0 comments on commit cf4c991

Please sign in to comment.