diff options
author | 2021-08-17 18:24:14 -0700 | |
---|---|---|
committer | 2021-08-17 18:24:14 -0700 | |
commit | 4b647fdbec7aa5331096f21951a753edb29181e4 (patch) | |
tree | 4f98332ea83b6882e401d351556e2a7601485959 | |
parent | 4a3b03a063ea60324ec5098a8aa3e2083436647e (diff) | |
download | bun-4b647fdbec7aa5331096f21951a753edb29181e4.tar.gz bun-4b647fdbec7aa5331096f21951a753edb29181e4.tar.zst bun-4b647fdbec7aa5331096f21951a753edb29181e4.zip |
v0.0.0-8
Former-commit-id: 106d1754971a0e8465cb9d0e1c73485a93593e05
-rw-r--r-- | demos/hello-next/bun-framework-next/package.json | 8 |
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" + } } |