-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.npmrc
More file actions
27 lines (25 loc) · 778 Bytes
/
.npmrc
File metadata and controls
27 lines (25 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
####################
# super strict mode
####################
auto-install-peers=false
strict-peer-dependents=true
resolve-peers-from-workspace-root=false
################
# Optimizations
################
# Less strict, but required for tooling to not barf on duplicate peer trees.
# (many libraries declare the same peers, which resolve to the same
# versions)
peers-suffix-max-length=40
dedupe-injected-deps=true
dedupe-peer-dependents=true
public-hoist-pattern[]=ember-source
sync-injected-deps-after-scripts[]=build
sync-injected-deps-after-scripts[]=sync
inject-workspace-packages=true
################
# Compatibility
################
# highest is what everyone is used to, but
# not ensuring folks are actually compatible with declared ranges.
resolution-mode=highest