diff options
Diffstat (limited to 'examples/react/package.json')
-rw-r--r-- | examples/react/package.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/react/package.json b/examples/react/package.json index 43f60301a..fcf44635f 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -1,14 +1,12 @@ { - "name": "hello-create-react-app", - "version": "0.1.0", - "private": true, + "name": "@bun-examples/react", + "version": "0.0.27", "dependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-scripts": "4.0.3", "web-vitals": "^1.0.1" }, "scripts": { |