RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@40q/40q-cli
Versions diffs
1.0.9 → 1.0.10
@40q/40q-cli 1.0.9 → 1.0.10
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
+1
-1
package/templates/blocks/section-header/php.txt
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@40q/40q-cli",
3
-
"version": "1.0.
9
",
3
+
"version": "1.0.
10
",
4
4
"description": "40q CLI tool",
5
5
"main": "index.js",
6
6
"bin": {
package/templates/blocks/default/php.txt
CHANGED
Viewed
@@ -4,7 +4,7 @@ namespace App\Blocks;
4
4
5
5
use BlockHandler\Contracts\BlockHandler;
6
6
7
-
class {{camelCaseName}}
extends
BlockHandler
7
+
class {{camelCaseName}}
implements
BlockHandler
8
8
{
9
9
public function __invoke($block_content, $block)
10
10
{
package/templates/blocks/section-header/php.txt
CHANGED
Viewed
@@ -4,7 +4,7 @@ namespace App\Blocks;
4
4
5
5
use BlockHandler\Contracts\BlockHandler;
6
6
7
-
class {{camelCaseName}}
extends
BlockHandler
7
+
class {{camelCaseName}}
implements
BlockHandler
8
8
{
9
9
public function __invoke($block_content, $block)
10
10
{