@bmstravel/nvp-plop-templates 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,6 +58,8 @@ export const {{pascalCase mixinName}}Mixin = () => {
58
58
  return {
59
59
  {{#filter mixinIncludes "mixins"}}
60
60
  mixins: [],
61
+ {{else}}
62
+
61
63
  {{/filter}}
62
64
  {{/if}}
63
65
  {{#if mixinMethod}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bmstravel/nvp-plop-templates",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "🏆 Using for plop templates",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -15,5 +15,5 @@
15
15
  "phongnv86 <phongnguyenvan86@gmail.com>",
16
16
  "phongnv86 <phongnv@media-one.vn>"
17
17
  ],
18
- "gitHead": "c987a49dafd67268701b9a257625ef8184057ac6"
18
+ "gitHead": "8a2333a819ef66de46c3b7e519bccce3e9bdeba1"
19
19
  }