Skip to content

Commit

Permalink
fix(@embark/core): fix templates not including embark as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Feb 19, 2020
1 parent f27d770 commit 45e90f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/core/src/utils/template_generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ export class TemplateGenerator {
pkgJson.version = '0.0.1';
}
if (pkgJson.devDependencies) {
delete pkgJson.devDependencies['embark'];
delete pkgJson.devDependencies['embark-reset'];
delete pkgJson.devDependencies['npm-run-all'];
delete pkgJson.devDependencies['rimraf'];
Expand Down

0 comments on commit 45e90f3

Please sign in to comment.