Skip to content

Commit

Permalink
Merge pull request #1475 from emberjs/strict-npmrc
Browse files Browse the repository at this point in the history
Use strict .npmrc
  • Loading branch information
NullVoxPopuli authored Aug 20, 2024
2 parents abf18bd + 12607af commit e131480
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
8 changes: 8 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# npm / pnpm settings here

# as a library, we want to make sure we explicitly handle peers,
# and not rely on hidden behavior of package-managers.
auto-install-peers=false

# we never want to use packages from the registry over what's in the workspace
prefer-workspaces-packages=true
13 changes: 4 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e131480

Please sign in to comment.