Replace extend() with Object.assign()

This commit is contained in:
Jürg Lehni 2016-07-09 23:36:11 +02:00
parent bf2eada11c
commit a14e1e4c97
3 changed files with 1 additions and 4 deletions

View file

@ -11,7 +11,6 @@
*/
var execSync = require('child_process').execSync,
extend = require('extend'),
// Require the __options object, so we have access to the version number and
// make amendments, e.g. the release date.
options = require('../../src/options.js');