Skip to content

Commit

Permalink
Merge pull request #20750 from mkszepp/patch-1
Browse files Browse the repository at this point in the history
Fix object key 'ember-adodn' in rollup.config
  • Loading branch information
ef4 committed Sep 12, 2024
2 parents e775073 + f903720 commit 5c99785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ function packageMeta() {
);
let pkg = JSON.parse(readFileSync('package.json'));
if (!pkg['ember-addon']) {
pkg['ember-adodn'] = {};
pkg['ember-addon'] = {};
}
pkg['ember-addon']['renamed-modules'] = renamedModules;
writeFileSync('package.json', JSON.stringify(pkg, null, 2));
Expand Down

0 comments on commit 5c99785

Please sign in to comment.