figmatk 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "figmatk",
|
|
4
4
|
"description": "FigmaTK — Inspect and modify Figma Slides .deck files",
|
|
5
5
|
"metadata": {
|
|
6
|
-
"description": "FigmaTK —
|
|
6
|
+
"description": "FigmaTK — Swiss Army Knife for Figma Files (.deck)"
|
|
7
7
|
},
|
|
8
8
|
"owner": {
|
|
9
9
|
"name": "FigmaTK Contributors",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"plugins": [
|
|
13
13
|
{
|
|
14
14
|
"name": "figmatk",
|
|
15
|
-
"description": "
|
|
16
|
-
"version": "0.0.
|
|
15
|
+
"description": "Swiss Army Knife for Figma Files (.deck)",
|
|
16
|
+
"version": "0.0.10",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "FigmaTK Contributors"
|
|
19
19
|
},
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "figmatk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "Create and edit Figma Slides .deck files programmatically — no Figma API required",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "FigmaTK Contributors"
|
|
7
7
|
},
|
|
8
8
|
"repository": "https://github.com/rcoenen/figmatk",
|
|
9
9
|
"license": "MIT",
|
|
10
|
-
"keywords": [
|
|
10
|
+
"keywords": [
|
|
11
|
+
"figma",
|
|
12
|
+
"deck",
|
|
13
|
+
"slides",
|
|
14
|
+
"presentation"
|
|
15
|
+
]
|
|
11
16
|
}
|
package/package.json
CHANGED