Skip to content

Commit

Permalink
Update angular-bro version
Browse files Browse the repository at this point in the history
  • Loading branch information
adambullmer committed Jul 9, 2017
1 parent ba5eaa6 commit ed9209b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ module.exports = generators.Base.extend({

writing: {
root: function () {
this.fs.copy(
this.templatePath('.babelrc'),
this.destinationPath('.babelrc')
);

this.fs.copy(
this.templatePath('.eslintrc'),
this.destinationPath('.eslintrc')
Expand Down
3 changes: 1 addition & 2 deletions generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"angular-bro-app": "0.10.1",
"broccoli": "0.16.9",
"angular-bro-app": "~0.11.0",
"grunt": "^1.0.1",
"grunt-broccoli": "^0.4.1",
"grunt-bump": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-angular-bro",
"version": "0.10.0",
"version": "0.11.0",
"description": "Angular app scaffolding and build chain",
"main": "generators/app/index.js",
"files": [
Expand Down

0 comments on commit ed9209b

Please sign in to comment.