We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4fd2d commit eadf2d0Copy full SHA for eadf2d0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "figma-linux-rust-binding",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Rust module that makes object of meta data of fonts",
5
"main": "native/index.node",
6
"author": "ChugunovRoman <Zebs-BMK@yandex.ru>",
@@ -22,10 +22,12 @@
22
"Linux"
23
],
24
"license": "GPL-2.0",
25
- "devDependencies": {
26
- "electron-build-env": "^0.2",
+ "dependencies": {
27
"cargo-cp-artifact": "^0.1"
28
},
+ "devDependencies": {
29
+ "electron-build-env": "^0.2"
30
+ },
31
"types": "index.d.ts",
32
"deprecated": false,
33
"scripts": {
0 commit comments