Added WordPress adaptation.

This commit is contained in:
2022-08-18 05:46:55 +03:00
parent 0d4baf6b11
commit 2917cb7332
7 changed files with 255 additions and 9 deletions
+9 -8
View File
@@ -1,10 +1,11 @@
{
"name": "<%= blockFilename %>",
"version": "1.0.0",
"scripts": {
"start": "component-dev"
},
"devDependencies": {
"create-block-dev-tool": "git+https://roman-axe-web@bitbucket.org/axeweb/create-block-dev-tool.git#master"
}
"name": "<%= blockFilename %>",
"version": "1.0.0",
"scripts": {
"start": "component-dev",
"build": "component-build"
},
"devDependencies": {
"create-block-dev-tool": "<%= devToolSource %>"
}
}