Skip to content

Commit

Permalink
bump all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chmontgomery committed Dec 1, 2014
1 parent b06b843 commit 623475d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
9 changes: 1 addition & 8 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ var gulp = require('gulp'),
stylish = require('jshint-stylish'),
gutil = require('gulp-util'),
mocha = require('gulp-mocha'),
nicePackage = require('gulp-nice-package'),
shrinkwrap = require('gulp-shrinkwrap');
nicePackage = require('gulp-nice-package');

function errorLogger(err) {
gutil.beep();
Expand Down Expand Up @@ -59,11 +58,5 @@ gulp.task('nice-package', function () {
}));
});

gulp.task('shrinkwrap', function () {
return gulp.src('package.json')
.pipe(shrinkwrap())
.pipe(gulp.dest('./'));
});

gulp.task('default', ['watch']);
gulp.task('ci', ['lint', 'test', 'nice-package']);
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@
"lodash": "2.4.1"
},
"devDependencies": {
"gulp": "3.8.8",
"gulp-jshint": "1.8.4",
"gulp-mocha": "1.0.0",
"gulp": "3.8.10",
"gulp-jshint": "1.9.0",
"gulp-mocha": "2.0.0",
"gulp-nice-package": "0.0.2",
"gulp-shrinkwrap": "0.0.6",
"jshint-stylish": "0.4.0",
"should": "4.0.4",
"sinon": "1.10.3"
"jshint-stylish": "1.0.0",
"should": "4.3.0",
"sinon": "1.12.1"
}
}

0 comments on commit 623475d

Please sign in to comment.