Upgrade deps

This commit is contained in:
belleve 2018-12-14 18:03:08 +08:00
parent 06c7cc2406
commit 0304f641a0
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ Quit your editor/program. Unzip and open the folder.
## Weights, Variants and OpenType features
The typeface contains seven weights (thin, extra-light, light, regular, medium, bold and heavy) alongside with both italic and oblique versions, with the same metrics as the regular one.
The typeface contains 9 weights (Thin to Heavy) alongside with both italic and oblique versions, with the same metrics as the regular one.
![Weights sample](https://raw.githubusercontent.com/be5invis/Iosevka/master/images/weights.png)

View file

@ -1,6 +1,6 @@
{
"name": "iosevka",
"version": "2.0.1",
"version": "2.0.2",
"main": "./generate.js",
"engines": {
"node": ">=8.4.0"
@ -23,7 +23,7 @@
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3",
"unorm": "^1.4.1",
"verda": "^0.1.6",
"verda": "^0.2.0",
"yargs": "^12.0.0",
"primitive-quadify-off-curves": "^0.4.0"
},