aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demos/hello-next/bun-framework-next/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/demos/hello-next/bun-framework-next/package.json b/demos/hello-next/bun-framework-next/package.json
index 02377e339..901391964 100644
--- a/demos/hello-next/bun-framework-next/package.json
+++ b/demos/hello-next/bun-framework-next/package.json
@@ -1,6 +1,6 @@
{
"name": "bun-framework-next",
- "version": "0.0.0-6",
+ "version": "0.0.0-8",
"description": "",
"main": "package.json",
"framework": {
@@ -68,5 +68,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
- "license": "ISC"
+ "license": "ISC",
+ "dependencies": {
+ "buffer": "^6.0.3",
+ "path": "^0.12.7"
+ }
}