Skip to content

Commit

Permalink
Add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
redabacha committed Sep 5, 2024
1 parent 21704c4 commit c83c7e4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/dirty-moose-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-remix": minor
---

Adds Deno as a compatible package manager to install dependencies with.
Furthermore `create-remix` will now detect if it is running under Deno and automatically use Deno as the package manager.
5 changes: 5 additions & 0 deletions .changeset/loud-poems-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/node": patch
---

`installGlobals` is now a no-op when a Deno environment is detected.
6 changes: 6 additions & 0 deletions .changeset/witty-cobras-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@remix-run/dev": minor
---

Added Deno project detection which is done by checking for the presence of a deno.json or deno.jsonc file.
It is no longer a hard requirement to have a package.json file in the project. For a Deno project, dependencies can be added via the `deno add` command to a deno.json or deno.jsonc file instead.

0 comments on commit c83c7e4

Please sign in to comment.