Skip to content

Commit

Permalink
Delete bower/package json using fs.removeSync
Browse files Browse the repository at this point in the history
  • Loading branch information
clekstro committed Mar 27, 2017
1 parent e5f3a33 commit 2ac2ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/addon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = {
let bowerPath = path.join(this.path, 'files', 'bower.json');

[packagePath, bowerPath].forEach(filePath => {
fs.remove(filePath);
fs.removeSync(filePath);
});
},

Expand Down

0 comments on commit 2ac2ce0

Please sign in to comment.