Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtower committed Mar 18, 2017
1 parent b0fcd4f commit eb19cb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ gulp.task('static', function () {
// allow double quotes to avoid escaping single
quotes: ['error', 'single', {avoidEscape: true}],
// relax curly
curly: ['error', 'multi-line']
curly: ['error', 'multi-line'],
'capitalized-comments': 'off'
}
}))
.pipe(eslint.format())
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"eslint": "^3.1.1",
"eslint-config-xo-space": "^0.15.0",
"eslint-config-xo-space": "^0.16.0",
"fs-extra": "^2.0.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
Expand All @@ -34,7 +34,7 @@
"gulp-mocha": "^3.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"sinon": "^1.17.5",
"sinon": "^2.0.0",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.0.0"
},
Expand Down

0 comments on commit eb19cb2

Please sign in to comment.