@40q/40q-cli 1.0.4 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@40q/40q-cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "40q CLI tool",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -10,9 +10,6 @@
10
10
  "inquirer": "^8.0.0",
11
11
  "yargs": "^17.7.2"
12
12
  },
13
- "peerDependencies": {
14
- "eslint": "^8.51.0"
15
- },
16
13
  "scripts": {
17
14
  "build": "tsc",
18
15
  "deploy": "yarn build && yarn publish --access public"
@@ -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)
@@ -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)