aboutsummaryrefslogtreecommitdiff
path: root/examples/next/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/next/package.json')
-rw-r--r--examples/next/package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/next/package.json b/examples/next/package.json
index eb34a5f16..3504d836d 100644
--- a/examples/next/package.json
+++ b/examples/next/package.json
@@ -1,8 +1,7 @@
{
- "name": "hello-next",
- "version": "1.0.0",
+ "name": "@bun-examples/next",
+ "version": "0.0.31",
"main": "index.js",
- "license": "MIT",
"dependencies": {
"next": "11.1.2",
"react": "^17.0.2",
@@ -14,7 +13,7 @@
"bun-framework-next": "^0.0.0-21",
"typescript": "^4.3.5"
},
- "bun-template": {
+ "bun-create": {
"postinstall": [
"bun bun --use next"
]