Skip to content

Commit

Permalink
downgrade idh to 0.4.x for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoHao committed Mar 10, 2020
1 parent 43d41b9 commit dd526d1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from types import SimpleNamespace as Namespace

class Config:
version = "0.2.0"
fontRevision = 0.0200
version = "0.2.1"
fontRevision = 0.0201
vendor = "Nowar Typeface"
vendorId = "NOWR"
vendorUrl = "https://github.com/nowar-fonts"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "nowar-cnc-idh",
"dependencies": {
"@chlorophytum/cli": "^0.6.0",
"@chlorophytum/final-hint-format-hltt": "^0.6.0",
"@chlorophytum/font-format-otd": "^0.6.0",
"@chlorophytum/hint-store-provider-file": "^0.6.0",
"@chlorophytum/hm-ideograph": "=0.8.1",
"@chlorophytum/cli": "^0.3.0",
"@chlorophytum/final-hint-format-hltt": "^0.3.0",
"@chlorophytum/font-format-otd": "^0.3.0",
"@chlorophytum/hint-store-provider-file": "^0.3.0",
"@chlorophytum/ideograph-shape-analyzer-1": "=0.4.3",
"otfcc-c2q": "^0.7.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion source/idh/200.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"hintStoreProvider": "@chlorophytum/hint-store-provider-file",
"hintPasses": [
{
"plugin": "@chlorophytum/hm-ideograph",
"plugin": "@chlorophytum/ideograph-shape-analyzer-1",
"options": {
"CANONICAL_STEM_WIDTH": 0.03
}
Expand Down
2 changes: 1 addition & 1 deletion source/idh/300.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"hintStoreProvider": "@chlorophytum/hint-store-provider-file",
"hintPasses": [
{
"plugin": "@chlorophytum/hm-ideograph",
"plugin": "@chlorophytum/ideograph-shape-analyzer-1",
"options": {
"CANONICAL_STEM_WIDTH": 0.042
}
Expand Down
2 changes: 1 addition & 1 deletion source/idh/400.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"hintStoreProvider": "@chlorophytum/hint-store-provider-file",
"hintPasses": [
{
"plugin": "@chlorophytum/hm-ideograph",
"plugin": "@chlorophytum/ideograph-shape-analyzer-1",
"options": {
"CANONICAL_STEM_WIDTH": 0.067
}
Expand Down
2 changes: 1 addition & 1 deletion source/idh/500.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"hintStoreProvider": "@chlorophytum/hint-store-provider-file",
"hintPasses": [
{
"plugin": "@chlorophytum/hm-ideograph",
"plugin": "@chlorophytum/ideograph-shape-analyzer-1",
"options": {
"CANONICAL_STEM_WIDTH": 0.075
}
Expand Down
2 changes: 1 addition & 1 deletion source/idh/700.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"hintStoreProvider": "@chlorophytum/hint-store-provider-file",
"hintPasses": [
{
"plugin": "@chlorophytum/hm-ideograph",
"plugin": "@chlorophytum/ideograph-shape-analyzer-1",
"options": {
"CANONICAL_STEM_WIDTH": 0.097,
"CANONICAL_STEM_WIDTH_DENSE": 0.072
Expand Down

0 comments on commit dd526d1

Please sign in to comment.