aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/hello-next/bun-framework-next/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hello-next/bun-framework-next/package.json b/examples/hello-next/bun-framework-next/package.json
index ebdeb96b1..42c5235be 100644
--- a/examples/hello-next/bun-framework-next/package.json
+++ b/examples/hello-next/bun-framework-next/package.json
@@ -1,6 +1,6 @@
{
"name": "bun-framework-next",
- "version": "0.0.0-12",
+ "version": "0.0.0-13",
"description": "",
"framework": {
"static": "public",
@@ -74,6 +74,6 @@
"license": "ISC",
"dependencies": {
"buffer": "^6.0.3",
- "path": "^0.12.7"
+ "path-browserify": "^1.0.1"
}
}