Skip to content

Commit

Permalink
chore: remove resolution-mode=highest in template .npmrc (#10635)
Browse files Browse the repository at this point in the history
  • Loading branch information
oekazuma authored Sep 18, 2023
1 parent 8596988 commit 671d3e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-pots-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': minor
---

chore: remove `resolution-mode=highest` in template `.npmrc`
1 change: 0 additions & 1 deletion packages/create-svelte/templates/default/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
engine-strict=true
resolution-mode=highest
1 change: 0 additions & 1 deletion packages/create-svelte/templates/skeleton/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
engine-strict=true
resolution-mode=highest
1 change: 0 additions & 1 deletion packages/create-svelte/templates/skeletonlib/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
engine-strict=true
resolution-mode=highest

0 comments on commit 671d3e0

Please sign in to comment.