-
-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1475 from emberjs/strict-npmrc
Use strict .npmrc
- Loading branch information
Showing
2 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.