Skip to content

Commit e131480

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

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.npmrc

+8
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

+4-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)