We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6582d57 commit 94817a8Copy full SHA for 94817a8
2 files changed
βpackages/cgb-scripts/package.jsonβ
@@ -1,6 +1,6 @@
1
{
2
"name": "cgb-scripts",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Configuration and scripts for Create Guten Blocks.",
5
"repository": "ahmadawais/create-guten-block",
6
"license": "MIT",
βpackages/create-guten-block/package.jsonβ
"name": "create-guten-block",
- "version": "1.3.1",
+ "version": "1.3.2",
"description": "Create a gutenberg block plugin on the go.",
"main": "index.js",
"keywords": [
@@ -19,7 +19,7 @@
19
},
20
"homepage": "https://github.com/ahmadawais/create-guten-block#readme",
21
"dependencies": {
22
- "cgb-scripts": "^1.0.1",
+ "cgb-scripts": "^1.0.2",
23
"chalk": "^2.3.0",
24
"directory-exists": "^1.0.2",
25
"execa": "^0.9.0",
0 commit comments