diff options
author | 2021-08-28 21:10:21 -0700 | |
---|---|---|
committer | 2021-08-28 21:10:21 -0700 | |
commit | bd0f74a6fd756ebcccc629d968a3db2f789e9697 (patch) | |
tree | fc5d5a04f762fde2ca24e6d268c84d75b84345d4 | |
parent | 61ff6b8e49d5e2ec3c1d2b3f94bbf5c7ca4cdc00 (diff) | |
download | bun-bd0f74a6fd756ebcccc629d968a3db2f789e9697.tar.gz bun-bd0f74a6fd756ebcccc629d968a3db2f789e9697.tar.zst bun-bd0f74a6fd756ebcccc629d968a3db2f789e9697.zip |
v0.0.0-13
Former-commit-id: ccae6da4ab28ea9497134f1fac3e1d8e4e28df5c
-rw-r--r-- | examples/hello-next/bun-framework-next/package.json | 4 |
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" } } |