Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanos committed Aug 19, 2016
1 parent f43948e commit 293d7bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ gulp.task('unit-test', function (done) {
})
.pipe(istanbul.writeReports({
dir: 'coverage',
reportOpts: {dir: 'coverage'},
reporters: ['lcov']
reporters: ['lcov'],
reportOpts: { dir: 'coverage' },
}))
.on('end', done);
});
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-es2015-node6": "^0.3.0",
"del": "^2.2.1",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0",
"del": "^2.2.2",
"eslint": "^3.3.1",
"eslint-config-airbnb-base": "^5.0.2",
"eslint-plugin-import": "^1.13.0",
"flow-bin": "^0.30.0",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-babel": "^6.1.2",
Expand All @@ -38,8 +38,8 @@
"gulp-espower": "^1.0.2",
"gulp-flowtype": "^1.0.0",
"gulp-if": "^2.0.1",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.0",
"gulp-istanbul": "^1.1.0",
"gulp-mocha": "^3.0.1",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-util": "^3.0.7",
"isparta": "^4.0.0",
Expand Down

0 comments on commit 293d7bb

Please sign in to comment.