@40q/40q-cli 1.0.13 → 1.0.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@40q/40q-cli",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "40q CLI tool",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -17,7 +17,10 @@ export const name = "by40q/{{name}}";
17
17
  export const title = __("{{title}}", "40q");
18
18
 
19
19
  /* Block category */
20
- export const category = "text";
20
+ export const category = "40q";
21
+
22
+ /* Block icon */
23
+ export const icon = "paragraph";
21
24
 
22
25
  /* Block attributes */
23
26
  export const attributes = {