diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js index 9f60d08..312593b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,8 +4,6 @@ require('require-dir')('./tasks'); var args = require('yargs').argv; var git = require('gulp-git'); -var version = '0.3.0'; - gulp.task('default', function() { console.log('\n Use:\n gulp <stage|deploy[:cdn]>|<zip>\n'); }); |