We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4391517 commit 7a2d4e9Copy full SHA for 7a2d4e9
1 file changed
README.md
@@ -143,6 +143,14 @@ module.exports = async function() {
143
devDependencies: {
144
'ember-source': '2.11.0'
145
},
146
+ /*
147
+ You can optionally define npm overrides to enforce a specific dependency version
148
+ to be installed. This is useful if other libraries you depend on include different
149
+ versions of a package. This does nothing if `useYarn` is true;
150
+ */
151
+ overrides: {
152
+ 'lodash': '5.0.0'
153
+ }
154
/*
155
When `useYarn` is true, you can optionally define yarn resolutions to enforce a
156
specific dependency version to be installed. This is useful if other libraries
0 commit comments