From bd0f74a6fd756ebcccc629d968a3db2f789e9697 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sat, 28 Aug 2021 21:10:21 -0700 Subject: [PATCH] v0.0.0-13 Former-commit-id: ccae6da4ab28ea9497134f1fac3e1d8e4e28df5c --- examples/hello-next/bun-framework-next/package.json | 4 ++-- 1 file 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 ebdeb96b1b..42c5235bed 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" } }