RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@40q/40q-cli
Versions diffs
1.0.4 → 1.0.5
@40q/40q-cli 1.0.4 → 1.0.5
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/package.json
+1
-1
package/templates/blocks/default/php.txt
+2
-0
package/templates/blocks/section-header/php.txt
+2
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@40q/40q-cli",
3
-
"version": "1.0.
4
",
3
+
"version": "1.0.
5
",
4
4
"description": "40q CLI tool",
5
5
"main": "index.js",
6
6
"bin": {
package/templates/blocks/default/php.txt
CHANGED
Viewed
@@ -2,6 +2,8 @@
2
2
3
3
namespace App\Blocks;
4
4
5
+
use BlockHandler\Contracts\BlockHandler;
6
+
5
7
class {{camelCaseName}} extends BlockHandler
6
8
{
7
9
public function __invoke($block_content, $block)
package/templates/blocks/section-header/php.txt
CHANGED
Viewed
@@ -2,6 +2,8 @@
2
2
3
3
namespace App\Blocks;
4
4
5
+
use BlockHandler\Contracts\BlockHandler;
6
+
5
7
class {{camelCaseName}} extends BlockHandler
6
8
{
7
9
public function __invoke($block_content, $block)