Remove dependency object-assign
This commit is contained in:
parent
abe92f0688
commit
efb0fca2a5
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
import 'toposort' as toposort
|
||||
import 'object-assign' as objectAssign
|
||||
import '../support/glyph' as Glyph
|
||||
import '../support/transform' as Transform
|
||||
|
||||
|
@ -34,7 +33,7 @@ define [buildGSUB para glyphStore markGlyphs] : begin
|
|||
|
||||
# Ligation
|
||||
if para.enableLigation : do
|
||||
define plm : objectAssign {.} para.ligation.defaultBuildup
|
||||
define plm : Object.assign {.} para.ligation.defaultBuildup
|
||||
if (para.ligation.caltBuildup && para.ligation.caltBuildup.length) : begin
|
||||
set plm.calt para.ligation.caltBuildup
|
||||
buildLigations gsub para plm
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
"cldr": "^5.8.0",
|
||||
"ejs": "^3.1.5",
|
||||
"fs-extra": "^9.0.1",
|
||||
"object-assign": "^4.1.1",
|
||||
"ot-builder": "^1.0.0",
|
||||
"otb-ttc-bundle": "^1.0.0",
|
||||
"patel": "^0.34.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue