@bmstravel/nvp-plop-templates 0.2.2 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -59,7 +59,6 @@ export const {{pascalCase mixinName}}Mixin = () => {
59
59
  {{#filter mixinIncludes "mixins"}}
60
60
  mixins: [],
61
61
  {{/filter}}
62
- {{/if}}
63
62
  {{#if mixinMethod}}
64
63
  methods,
65
64
  {{/if}}
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.4",
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": "7df419526ad801372b57e69bad7803f1fbc93510"
19
19
  }