aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd@alum.mit.edu> 2023-02-15 17:16:44 -0800
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-04-03 17:07:24 -0700
commit56e7e861fb1f0d088f7a6d0fd8a73688a68719ba (patch)
treea2fb7ab1b7b3343e92c4f341c9f5cd9f97781807
parent6cf36d3e33a9116e60307dfcbcbe083af8da84b6 (diff)
downloadbun-56e7e861fb1f0d088f7a6d0fd8a73688a68719ba.tar.gz
bun-56e7e861fb1f0d088f7a6d0fd8a73688a68719ba.tar.zst
bun-56e7e861fb1f0d088f7a6d0fd8a73688a68719ba.zip
Tweak
-rw-r--r--rfcs/bunfig-overhaul.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/rfcs/bunfig-overhaul.md b/rfcs/bunfig-overhaul.md
index 80a7ccd6f..0664279c9 100644
--- a/rfcs/bunfig-overhaul.md
+++ b/rfcs/bunfig-overhaul.md
@@ -87,14 +87,11 @@ Booleans: Only `true` and `"true"` should be considered truthy.
auto = true # true, false, force, fallback, disable
prefer = "online" # online, offline, latest
-
- # deprecate object form
- # overloading keys is more confusing than helpful imo
- # there should be one right way to do things ideally
registry = "https://registry.yarnpkg.com/"
registry = "https://username:password@registry.yarnpkg.com/"
# deprecate object form
+ # there should be one right way to do things ideally
- registry = { url = "https://registry.yarnpkg.com/", token = "123456", username = "myusername", password = "mypassword" }
# good stuff