Skip to content

Commit

Permalink
fix(optionalDependency): reset ignore-optional default flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn committed Oct 12, 2016
1 parent c9415ca commit 04d2a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registries/yarn-registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const DEFAULTS = {

'save-prefix': '^',
'ignore-scripts': false,
'ignore-optional': true,
'ignore-optional': false,
registry: YARN_REGISTRY,
'user-agent': [
`yarn/${pkg.version}`,
Expand Down

0 comments on commit 04d2a3d

Please sign in to comment.