Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
added the gen as devDependancy in generated app
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo committed Jan 28, 2017
1 parent a2bc21d commit ac190a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const AngularATGenerator = yeoman.extend({
required: false
});

this.version = pkg.version;
this.atVersion = pkg.version;

this.props = {};

Expand Down
1 change: 1 addition & 0 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"eslint-loader": "~1.5.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"generator-at-angular": "<%- atVersion %>",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"imagemin-pngquant": "^5.0.0",
Expand Down

0 comments on commit ac190a9

Please sign in to comment.