Skip to content

Commit

Permalink
update to version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Trần Quang Tiến committed Aug 21, 2017
1 parent 4013d2d commit 5b2dfec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ module.exports = JhipsterGenerator.extend({
// variable from questions
this.theme = this.props.theme;

this.addNpmDependency('pace-progress', '1.0.2');
this.addNpmDevDependency('pace-progress', '1.0.2');

const webpackCopyContent = ',\n { from: \'./node_modules/pace-progress\', to: \'content/pace-progress\' }';
this.replaceContent('webpack/webpack.common.js', webpackCopyContent, '', false);
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-jhipster-pace",
"version": "0.1.2",
"version": "0.1.3",
"description": "Pace progress bar and loading screen for Jhipster Angular 4",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit 5b2dfec

Please sign in to comment.