Skip to content

Commit cfb3b3b

Browse files
committed
Release 0.2.5 version
1 parent bfe16e7 commit cfb3b3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

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

9-
module.getFonts = getFonts;
9+
exports.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.4",
3+
"version": "0.2.5",
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)