Skip to content

Commit

Permalink
fix(prepare): add missing require to prepare task
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Feb 1, 2016
1 parent 707a6aa commit b2f7278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Expand Up @@ -472,6 +472,7 @@ gulp.task('!prepare', function(){
var execSync = require('child_process').execSync;
var spawnSync = require('child_process').spawnSync;
var semver = require('semver');
var fs = require('fs');
var changelog = require('gulp-conventional-changelog');
var self = this;

Expand Down

0 comments on commit b2f7278

Please sign in to comment.