initial commit

This commit is contained in:
2023-07-25 13:32:51 -07:00
commit 2d86ead5f9
38 changed files with 33318 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "trans-pride-heading",
"version": "0.1.0",
"description": "Example block scaffolded with Create Block tool.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^26.7.0"
}
}