@40q/40q-cli 1.0.13 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
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 = {