Introducet patel-0.29 object syntax.

This commit is contained in:
be5invis 2016-03-05 11:03:23 +08:00
parent 9459fc95bf
commit 0a2ff417b4
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Build accented glyphs
define customDecompositions {
define customDecompositions : object
# Latvians use comma instead of cedillas in several letters.
# Record them as custom decomposition.
."\u0156" "R\u0326"
@ -124,7 +124,6 @@ define customDecompositions {
."\u219A" ""
."\u219B" ""
."\u21AE" ""
}
let : begin
suggestGC

View File

@ -3,7 +3,7 @@
"version": "1.8.0",
"main": "./generate.js",
"dependencies": {
"patel": ">=0.27.3",
"patel": ">=0.29.0",
"node-sfnt": ">=0.0.20",
"bezier-js": "*",
"yargs": "*",