vue-formular
Advanced tools
Comparing version 1.1.90 to 1.1.91
@@ -106,3 +106,4 @@ String.prototype.ucfirst = require('./lib/helpers/ucfirst'); | ||
registerTriggers: require('./lib/methods/register-triggers'), | ||
childrenOf: require('./lib/methods/children-of') | ||
childrenOf: require('./lib/methods/children-of'), | ||
dispatch: require('./lib/methods/dispatch') | ||
} | ||
@@ -109,0 +110,0 @@ |
{ | ||
"name": "vue-formular", | ||
"description": "a comprehensive vue.js form component", | ||
"version": "1.1.90", | ||
"version": "1.1.91", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64052
1800