This commit is contained in:
erwanlr
2020-08-01 10:45:42 +02:00
parent 2014f1e4b3
commit 0d930ed605
11 changed files with 1430 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "pattonwebz/cta-bar-block",
"description": "",
"version": "1.0.0",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pattonwebz/cta-bar-block.git"
},
"author": "William Patton",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/pattonwebz/cta-bar-block/issues"
},
"homepage": "https://github.com/pattonwebz/cta-bar-block#readme",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"devDependencies": {
"@wordpress/scripts": "^12.0.0"
}
}