Skip to content

Commit

Permalink
fix: also delete component from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Felten authored and Markus Felten committed May 23, 2019
1 parent f42a6ab commit 79d0654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cleanup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ export async function cleanup(context, stagingDir) {
"standard",
"ignore",
"ender",
"dojoBuild"
"dojoBuild",
"component"
].map(key => {
delete pkg[key];
});
Expand Down

0 comments on commit 79d0654

Please sign in to comment.