Skip to content

Commit

Permalink
Add gulp help
Browse files Browse the repository at this point in the history
Work was done by @YijinL in 2 separate commits (@9204125 and @05ad308)
  • Loading branch information
digawp committed Mar 6, 2016
1 parent 97bd95f commit 0f14312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ var gulp = require('gulp');
var mocha = require('gulp-mocha');
var babel = require("gulp-babel");
var istanbul = require('gulp-istanbul');
var help = require('gulp-task-listing');

gulp.task('help', help);

// By default, individual js files are transformed by babel and exported to /dist
gulp.task("default", function () {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"gulp-babel": "6.1.1",
"gulp-istanbul": "0.10.3",
"gulp-mocha": "2.2.0",
"gulp-task-listing": "1.0.1",
"istanbul": "0.4.1",
"mocha": "2.3.4",
"superagent": "1.6.1",
Expand Down

0 comments on commit 0f14312

Please sign in to comment.