Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit b1a9d2c

Browse files
author
Ahmad Awais
committed
Release 1.0.0
1 parent 99f7e50 commit b1a9d2c

File tree

1 file changed

+39
-35
lines changed

1 file changed

+39
-35
lines changed

package.json

Lines changed: 39 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,41 @@
11
{
2-
"name": "create-guten-block",
3-
"version": "1.0.0",
4-
"description": "Create a gutenberg block plugin on the go.",
5-
"main": "index.js",
6-
"scripts": {
7-
"dev": "nodemon index.js demo"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/ahmadawais/create-guten-block.git"
12-
},
13-
"keywords": ["gutenberg", "create-gutenberg-block", "wordpress"],
14-
"author": "AhmadAwais",
15-
"license": "GPL-3.0",
16-
"bugs": {
17-
"url": "https://github.com/ahmadawais/create-guten-block/issues"
18-
},
19-
"homepage": "https://github.com/ahmadawais/create-guten-block#readme",
20-
"devDependencies": {
21-
"babel-eslint": "^8.2.1",
22-
"chalk": "^2.3.0",
23-
"eslint": "^4.15.0",
24-
"eslint-config-wordpress": "^2.0.0",
25-
"eslint-plugin-jest": "^21.6.1",
26-
"eslint-plugin-jsx-a11y": "^6.0.3",
27-
"eslint-plugin-react": "^7.5.1",
28-
"eslint-plugin-wordpress": "^0.1.0",
29-
"execa": "^0.8.0",
30-
"ora": "^1.3.0",
31-
"shelljs": "^0.7.8",
32-
"update-notifier": "^2.3.0"
33-
},
34-
"bin": {
35-
"create-guten-block": "index.js"
36-
}
2+
"name": "create-guten-block",
3+
"version": "1.0.0",
4+
"description": "Create a gutenberg block plugin on the go.",
5+
"main": "index.js",
6+
"scripts": {
7+
"dev": "nodemon index.js demo"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/ahmadawais/create-guten-block.git"
12+
},
13+
"keywords": [
14+
"gutenberg",
15+
"create-gutenberg-block",
16+
"wordpress"
17+
],
18+
"author": "AhmadAwais",
19+
"license": "GPL-3.0",
20+
"bugs": {
21+
"url": "https://github.com/ahmadawais/create-guten-block/issues"
22+
},
23+
"homepage": "https://github.com/ahmadawais/create-guten-block#readme",
24+
"devDependencies": {
25+
"babel-eslint": "^8.2.1",
26+
"chalk": "^2.3.0",
27+
"eslint": "^4.15.0",
28+
"eslint-config-wordpress": "^2.0.0",
29+
"eslint-plugin-jest": "^21.6.1",
30+
"eslint-plugin-jsx-a11y": "^6.0.3",
31+
"eslint-plugin-react": "^7.5.1",
32+
"eslint-plugin-wordpress": "^0.1.0",
33+
"execa": "^0.8.0",
34+
"ora": "^1.3.0",
35+
"shelljs": "^0.7.8",
36+
"update-notifier": "^2.3.0"
37+
},
38+
"bin": {
39+
"create-guten-block": "index.js"
40+
}
3741
}

0 commit comments

Comments
 (0)