From b1a9d2ce507e3e9c9f10adcf5c39548892167c8c Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Fri, 12 Jan 2018 11:51:28 +0500 Subject: [PATCH] Release 1.0.0 --- package.json | 74 +++++++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index ceb63002..8b4c4956 100644 --- a/package.json +++ b/package.json @@ -1,37 +1,41 @@ { - "name": "create-guten-block", - "version": "1.0.0", - "description": "Create a gutenberg block plugin on the go.", - "main": "index.js", - "scripts": { - "dev": "nodemon index.js demo" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ahmadawais/create-guten-block.git" - }, - "keywords": ["gutenberg", "create-gutenberg-block", "wordpress"], - "author": "AhmadAwais", - "license": "GPL-3.0", - "bugs": { - "url": "https://github.com/ahmadawais/create-guten-block/issues" - }, - "homepage": "https://github.com/ahmadawais/create-guten-block#readme", - "devDependencies": { - "babel-eslint": "^8.2.1", - "chalk": "^2.3.0", - "eslint": "^4.15.0", - "eslint-config-wordpress": "^2.0.0", - "eslint-plugin-jest": "^21.6.1", - "eslint-plugin-jsx-a11y": "^6.0.3", - "eslint-plugin-react": "^7.5.1", - "eslint-plugin-wordpress": "^0.1.0", - "execa": "^0.8.0", - "ora": "^1.3.0", - "shelljs": "^0.7.8", - "update-notifier": "^2.3.0" - }, - "bin": { - "create-guten-block": "index.js" - } + "name": "create-guten-block", + "version": "1.0.0", + "description": "Create a gutenberg block plugin on the go.", + "main": "index.js", + "scripts": { + "dev": "nodemon index.js demo" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ahmadawais/create-guten-block.git" + }, + "keywords": [ + "gutenberg", + "create-gutenberg-block", + "wordpress" + ], + "author": "AhmadAwais", + "license": "GPL-3.0", + "bugs": { + "url": "https://github.com/ahmadawais/create-guten-block/issues" + }, + "homepage": "https://github.com/ahmadawais/create-guten-block#readme", + "devDependencies": { + "babel-eslint": "^8.2.1", + "chalk": "^2.3.0", + "eslint": "^4.15.0", + "eslint-config-wordpress": "^2.0.0", + "eslint-plugin-jest": "^21.6.1", + "eslint-plugin-jsx-a11y": "^6.0.3", + "eslint-plugin-react": "^7.5.1", + "eslint-plugin-wordpress": "^0.1.0", + "execa": "^0.8.0", + "ora": "^1.3.0", + "shelljs": "^0.7.8", + "update-notifier": "^2.3.0" + }, + "bin": { + "create-guten-block": "index.js" + } }