Skip to content

Commit

Permalink
[BUGFIX release] Fix rollup warning for ember-inflector. (#6242)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored and runspired committed Jul 11, 2019
1 parent f652dd8 commit 545285f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ const addonBaseConfig = addonBuildConfigForDataPackage(name);
module.exports = Object.assign(addonBaseConfig, {
shouldRollupPrivate: true,
externalDependenciesForPrivateModule() {
return ['require'];
return ['require', 'ember-inflector'];
},
});

0 comments on commit 545285f

Please sign in to comment.