Skip to content

Commit

Permalink
Update devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Oct 25, 2016
1 parent b6ec4a1 commit 2e665f0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
5 changes: 3 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ gulp.task('jshint', function () {

gulp.task('jscs', function () {
return gulp.src(scripts.src).
pipe(plugins.jscs());
pipe(plugins.jscs()).
pipe(plugins.jscs.reporter());
});

gulp.task('js', ['jshint', 'jscs', 'jslibs'], function () {
Expand Down Expand Up @@ -100,7 +101,7 @@ gulp.task('css', function () {
return gulp.src(styles.src).
pipe(sass()).
pipe(plugins.csslint('src/.csslintrc')).
pipe(plugins.csslint.reporter()).
pipe(plugins.csslint.formatter()).
pipe(plugins.sourcemaps.init()).
pipe(plugins.replace(replacement.regexp, replacement.filter)).
pipe(plugins.autoprefixer({
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,39 @@
"jquery": ">=1.8.2"
},
"devDependencies": {
"doctoc": "^1.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"doctoc": "^1.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "~2.6.0",
"gulp-consolidate": "^0.2.0",
"gulp-csscomb": "^3.0.6",
"gulp-csslint": "^0.3.0",
"gulp-csscomb": "^3.0.8",
"gulp-csslint": "^1.0.0",
"gulp-debug": "^2.1.2",
"gulp-dest": "^0.2.2",
"gulp-dest": "^0.2.3",
"gulp-htmlcomb": "0.1.0",
"gulp-iconfont": "^8.0.0",
"gulp-iconfont": "^8.0.1",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-clean-css": "^2.0.0",
"gulp-qunit": "^1.2.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "^1.1.0",
"jshint": "^2.8.0",
"karma": "^0.13.9",
"karma-chrome-launcher": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-qunit": "^1.0.0",
"lodash": "^4.13.1",
"qunitjs": "^2.0.0",
"gulp-jshint": "^2.0.2",
"gulp-load-plugins": "^1.3.0",
"gulp-clean-css": "^2.0.13",
"gulp-qunit": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "~2.2.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-qunit": "^1.2.1",
"lodash": "^4.16.4",
"qunitjs": "^2.0.1",
"wdio-dot-reporter": "0.0.6",
"wdio-mocha-framework": "^0.4.0",
"wdio-sauce-service": "^0.2.4",
"wdio-selenium-standalone-service": "0.0.5",
"webdriverio": "^4.2.7"
"wdio-mocha-framework": "^0.4.4",
"wdio-sauce-service": "^0.2.5",
"wdio-selenium-standalone-service": "0.0.7",
"webdriverio": "^4.2.16"
},
"description": "Management facility for context menus. Developed for a large number of triggering objects. HTML5 Polyfill",
"keywords": [
Expand Down

0 comments on commit 2e665f0

Please sign in to comment.