Skip to content

Commit

Permalink
Bump dependencies on generated projet
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Oct 18, 2016
1 parent b515c51 commit f7475ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generators/eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = generators.Base.extend({
};
var devDep = {
'eslint': '^3.1.1',
'eslint-config-xo-space': '^0.14.0'
'eslint-config-xo-space': '^0.15.0'
};

if (this.options.es2015) {
Expand Down
4 changes: 2 additions & 2 deletions generators/gulp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ module.exports = generators.Base.extend({
extend(pkg, {
devDependencies: {
'gulp': '^3.9.0',
'gulp-eslint': '^2.0.0',
'gulp-eslint': '^3.0.1',
'gulp-exclude-gitignore': '^1.0.0',
'gulp-line-ending-corrector': '^1.0.1',
'gulp-istanbul': '^1.0.0',
'gulp-mocha': '^2.0.0',
'gulp-mocha': '^3.0.1',
'gulp-plumber': '^1.0.0',
'gulp-nsp': '^2.1.0'
},
Expand Down

0 comments on commit f7475ac

Please sign in to comment.