mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Allow older versions on node.js to run gulpfile.
This commit is contained in:
parent
71bbcfad8a
commit
9276d1dcd9
1 changed files with 2 additions and 1 deletions
|
@ -852,7 +852,8 @@ gulp.task('mozcentral-pre', ['buildnumber', 'locale'], function () {
|
|||
// Clear out everything in the firefox extension build directory
|
||||
rimraf.sync(MOZCENTRAL_DIR);
|
||||
|
||||
var { version, commit, } = getVersionJSON();
|
||||
var versionJSON = getVersionJSON();
|
||||
var version = versionJSON.version, commit = versionJSON.commit;
|
||||
|
||||
return merge([
|
||||
createBundle(defines).pipe(gulp.dest(MOZCENTRAL_CONTENT_DIR + 'build')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue