Skip to content

Commit 49e7c34

Browse files
committed
Release 0.2.2 version
1 parent eadf2d0 commit 49e7c34

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

index.d.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ export namespace Fonts {
1010
}
1111

1212
interface IFonts {
13-
[path: string]: Array<IFontsFigmaItem>
13+
[path: string]: Array<IFontsFigmaItem>;
1414
}
1515
}
1616

17-
declare module 'figma-linux-rust-binding' {
18-
function getFonts(dirs: string[], callback: (err: Error, fonts: Fonts.IFonts) => void): void;
17+
declare module "figma-linux-rust-binding" {
18+
function getFonts(
19+
dirs: string[],
20+
callback: (fonts: Fonts.IFonts) => void
21+
): void;
1922
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-linux-rust-binding",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Rust module that makes object of meta data of fonts",
55
"main": "native/index.node",
66
"author": "ChugunovRoman <Zebs-BMK@yandex.ru>",

0 commit comments

Comments
 (0)