aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-06 21:45:45 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-06 21:45:45 -0800
commitc52d9fd1b69ae5ec123b6eb0311e45e36e7e6c3c (patch)
treea67b77474087d3c01a3837526b61398baed55ae0
parente45f72e8e422191adeb4fd1bad896dc6a47c76b3 (diff)
downloadbun-c52d9fd1b69ae5ec123b6eb0311e45e36e7e6c3c.tar.gz
bun-c52d9fd1b69ae5ec123b6eb0311e45e36e7e6c3c.tar.zst
bun-c52d9fd1b69ae5ec123b6eb0311e45e36e7e6c3c.zip
Bump
-rw-r--r--README.md2
-rw-r--r--build-id2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index fcccdc4d6..5f4811944 100644
--- a/README.md
+++ b/README.md
@@ -4479,6 +4479,8 @@ You can also use `jsconfig.json` if you don't want to use TypeScript.
### Bun's Module Resolution Algorithm
+<small>Added in Bun v0.2.3</small>
+
Bun's module resolution algorithm is a lot like Node's except one key difference: `node_modules` folder is optional and `package.json` is optional.
Highlights:
diff --git a/build-id b/build-id
index d8263ee98..e440e5c84 100644
--- a/build-id
+++ b/build-id
@@ -1 +1 @@
-2 \ No newline at end of file
+3 \ No newline at end of file