Skip to content

Commit e131480

Browse files
Merge pull request #1475 from emberjs/strict-npmrc
Use strict .npmrc
2 parents abf18bd + 12607af commit e131480

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

.npmrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# npm / pnpm settings here
2+
3+
# as a library, we want to make sure we explicitly handle peers,
4+
# and not rely on hidden behavior of package-managers.
5+
auto-install-peers=false
6+
7+
# we never want to use packages from the registry over what's in the workspace
8+
prefer-workspaces-packages=true

pnpm-lock.yaml

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)