@bmstravel/nvp-plop-templates 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,8 +56,9 @@ export const {{pascalCase mixinName}}Mixin = () => {
56
56
  }
57
57
  {{/if}}
58
58
  return {
59
- {{#if mixinMixin}}
59
+ {{#filter mixinIncludes "mixins"}}
60
60
  mixins: [],
61
+ {{/filter}}
61
62
  {{/if}}
62
63
  {{#if mixinMethod}}
63
64
  methods,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bmstravel/nvp-plop-templates",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
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": "601b7d088ad23171bf3ef037e6d23181f75dd413"
18
+ "gitHead": "c987a49dafd67268701b9a257625ef8184057ac6"
19
19
  }