Skip to content

Commit 4c64c96

Browse files
author
Ahmad Awais
committed
🚀 RELEASE
- cgb-scripts@1.0.6 - create-guten-block@1.3.6
1 parent d839aef commit 4c64c96

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

packages/cgb-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cgb-scripts",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Configuration and scripts for Create Guten Blocks.",
55
"repository": "ahmadawais/create-guten-block",
66
"license": "MIT",

packages/create-guten-block/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "create-guten-block",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "Create a gutenberg block plugin on the go.",
55
"main": "index.js",
6-
"keywords": ["gutenberg", "create-gutenberg-block", "wordpress"],
6+
"keywords": [
7+
"gutenberg",
8+
"create-gutenberg-block",
9+
"wordpress"
10+
],
711
"author": "AhmadAwais",
812
"license": "MIT",
913
"repository": {
@@ -17,8 +21,8 @@
1721
"dependencies": {
1822
"chalk": "^2.3.0",
1923
"directory-exists": "^1.0.2",
20-
"fs-extra": "^5.0.0",
2124
"execa": "^0.9.0",
25+
"fs-extra": "^5.0.0",
2226
"ora": "^1.3.0",
2327
"path-exists": "^3.0.0",
2428
"resolve-pkg": "^1.0.0",

0 commit comments

Comments
 (0)