mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Replace extend() with Object.assign()
This commit is contained in:
parent
bf2eada11c
commit
a14e1e4c97
3 changed files with 1 additions and 4 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue