hopefully no more unnecessary git status

This commit is contained in:
Jarred Sumner
2022-02-25 00:54:59 -08:00
parent 0d56e91e00
commit fe5ef864f1
6 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"dependencies": {
"peechy": "0.4.24",
"react": "latest"
"react": "^17.0.2"
},
"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",