From 0304f641a0b26ce5ec2d8cde792a4f4c6f48a67d Mon Sep 17 00:00:00 2001 From: belleve Date: Fri, 14 Dec 2018 18:03:08 +0800 Subject: [PATCH] Upgrade deps --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc9e53871..ed6152ce0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 0e21f8f86..939b09852 100644 --- a/package.json +++ b/package.json @@ -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" },