Skip to content

Commit

Permalink
Set auto-install-peers and resolve-peers-from-workspace-root to false (
Browse files Browse the repository at this point in the history
…#40)

* chore: Set auto-install-peers and resolve-peers-from-workspace-root to false

* chore: Added lockfile

* chore: Set auto-install-peers and resolve-peers-from-workspace-root to false (create-v2-addon-repo)

* chore: Added changeset

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 authored Sep 3, 2024
1 parent 2cbaec4 commit c796d3e
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1,246 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-gorillas-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-v2-addon-repo": patch
---

Set auto-install-peers and resolve-peers-from-workspace-root to false
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
strict-peer-dependencies=false
# https://github.com/emberjs/rfcs/pull/907
auto-install-peers=false
resolve-peers-from-workspace-root=false
3 changes: 3 additions & 0 deletions packages/create-v2-addon-repo/src/blueprints/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://github.com/emberjs/rfcs/pull/907
auto-install-peers=false
resolve-peers-from-workspace-root=false
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://github.com/emberjs/rfcs/pull/907
auto-install-peers=false
resolve-peers-from-workspace-root=false
Loading

0 comments on commit c796d3e

Please sign in to comment.