@airfleet/generator-init 0.21.0 → 0.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,7 +47,7 @@ export default class extends Generator {
47
47
  writing() {
48
48
  const templates = [
49
49
  {
50
- template: ".vscode/airfleet.code-snippets.ejs",
50
+ template: "airfleet.code-snippets.ejs",
51
51
  destination: ".vscode/airfleet.code-snippets",
52
52
  isEnabled: true,
53
53
  },
@@ -166,6 +166,6 @@
166
166
  "</div>",
167
167
  ""
168
168
  ],
169
- "description": "Airfleet Partial Template (Blade)"
169
+ "description": "Bootstrap a Blade template for a partial"
170
170
  }
171
171
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airfleet/generator-init",
3
3
  "description": "A Yeoman generator to scaffold common Airfleet features",
4
- "version": "0.21.0",
4
+ "version": "0.21.2",
5
5
  "scripts": {},
6
6
  "publishConfig": {
7
7
  "access": "public"