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 8b6b2ef commit f27773b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions generators/app/templates/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ var paths = {
build: 'static/admin/'
}
};
var config = {
autoprefixer_versions: ['last 2 version', 'safari 5', 'ie 8', 'ie 9']
};
var images = [];

/*
Expand Down
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"yeoman-test": "^1.0.0",
"yeoman-assert": "^3.0.0",
"eslint": "^3.12.1",
"eslint-config-xo-space": "^0.15.0",
"eslint-config-xo-space": "^0.16.0",
"gulp": "^3.9.0",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
Expand Down

0 comments on commit f27773b

Please sign in to comment.