Skip to content

Commit bfe16e7

Browse files
committed
Release 0.2.4 version
1 parent 3b99912 commit bfe16e7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ const getFonts = async dirs => new Promise(resolve => {
66
});
77
});
88

9-
export {
10-
getFonts,
11-
}
9+
module.getFonts = getFonts;

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.3",
3+
"version": "0.2.4",
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)