mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 07:55:42 +03:00
28 lines
734 B
Plaintext
28 lines
734 B
Plaintext
####################
|
|
# 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)
|
|
dedupe-peer-dependents=true
|
|
public-hoist-pattern[]=ember-source
|
|
|
|
################
|
|
# Compatibility
|
|
################
|
|
# highest is what everyone is used to, but
|
|
# not ensuring folks are actually compatible with declared ranges.
|
|
resolution-mode=highest
|
|
|
|
################
|
|
# Misc
|
|
################
|
|
verify-deps-before-run=install # always verify deps before running any scripts
|