diff options
-rw-r--r-- | examples/hello-next/bun-framework-next/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/hello-next/bun-framework-next/package.json b/examples/hello-next/bun-framework-next/package.json index 977bac4cc..21db31840 100644 --- a/examples/hello-next/bun-framework-next/package.json +++ b/examples/hello-next/bun-framework-next/package.json @@ -1,8 +1,9 @@ { "name": "bun-framework-next", - "version": "0.0.0-14", + "version": "0.0.0-15", "description": "", "framework": { + "displayName": "Next.js", "static": "public", "assetPrefix": "_next/", "router": { |