diff options
author | 2021-08-31 19:43:19 -0700 | |
---|---|---|
committer | 2021-08-31 19:43:19 -0700 | |
commit | 212182f7459daeb4eae3aaab7f971df9af214664 (patch) | |
tree | 11ef08560172d896e42a9b857f62b861c8a4095d | |
parent | 00c5e07b56e376ec7ca265e3c40ce313f4072678 (diff) | |
download | bun-212182f7459daeb4eae3aaab7f971df9af214664.tar.gz bun-212182f7459daeb4eae3aaab7f971df9af214664.tar.zst bun-212182f7459daeb4eae3aaab7f971df9af214664.zip |
v0.0.0-15
Former-commit-id: 0741d36654eb5f94527cba22897d9849458e40a1
-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": { |