Skip to content

Commit

Permalink
Applied fixed from 0.11.3
Browse files Browse the repository at this point in the history
- Added missing .babelrc file
  • Loading branch information
adambullmer committed Jul 12, 2017
1 parent 2b9ea2f commit 9e4ed1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions generators/app/templates/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": [ "es2015" ],
"plugins": []
}
2 changes: 1 addition & 1 deletion generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"angular-bro-app": "~0.11.2",
"angular-bro-app": "~0.11.3",
"babel-preset-es2015": "^6.24.1",
"grunt": "^1.0.1",
"grunt-broccoli": "^0.4.1",
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.11.2-rc1",
"version": "0.11.3",
"description": "Angular app scaffolding and build chain",
"main": "generators/app/index.js",
"files": [
Expand Down

0 comments on commit 9e4ed1e

Please sign in to comment.