Skip to content

Commit

Permalink
fix: add main field to remix-run/deno (#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh committed Jul 29, 2022
1 parent b94be2d commit aa9b8b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/five-kiwis-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"remix": patch
"@remix-run/deno": patch
---

add main field to remix-run/deno to prevent false positives for it not being in node_modules
1 change: 1 addition & 0 deletions packages/remix-deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.6.6-pre.0",
"description": "Deno platform abstractions for Remix",
"homepage": "https://remix.run",
"main": "./index.ts",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
},
Expand Down

0 comments on commit aa9b8b0

Please sign in to comment.