Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ojkelly/yarn.build
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly committed Feb 28, 2024
2 parents e636a5e + 8b44e44 commit ec4f0a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>Install</h2>
</header>

<article style="text-align: center; min-width: 50%">
<small style="text-transform: uppercase">Yarn 3</small><br />
<small style="text-transform: uppercase">Yarn 4</small><br />
<input
readonly
class="code"
Expand Down
16 changes: 8 additions & 8 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
# yarn.build plugin-all
[[redirects]]
from = "/latest"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.7.0/plugin-all.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v4.1.0-rc2/plugin-all.cjs"
status = 200
force = true

[[redirects]]
from = "/latest/build"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.7.0/plugin-build.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v4.1.0-rc2/plugin-build.cjs"
status = 200
force = true

[[redirects]]
from = "/release/*/build"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.7.0/plugin-build.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v4.1.0-rc2/plugin-build.cjs"
status = 200
force = true

[[redirects]]
from = "/latest/bundle"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.7.0/plugin-bundle.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v4.1.0-rc2/plugin-bundle.cjs"
status = 200
force = true

[[redirects]]
from = "/release/*/bundle"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.7.0/plugin-bundle.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v4.1.0-rc2/plugin-bundle.cjs"
status = 200
force = true

[[redirects]]
from = "/latest/test"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.7.0/plugin-test.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v4.1.0-rc2/plugin-test.cjs"
status = 200
force = true

[[redirects]]
from = "/release/*/test"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.7.0/plugin-test.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v4.1.0-rc2/plugin-test.cjs"
status = 200
force = true

Expand All @@ -51,7 +51,7 @@

[[redirects]]
from = "/release/*/yaml"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.7.0/plugin-package-yaml.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v4.1.0-rc2/plugin-package-yaml.cjs"
status = 200
force = true

Expand Down

0 comments on commit ec4f0a5

Please sign in to comment.