vue-formular
Advanced tools
Comparing version 1.2.2 to 1.2.21
@@ -8,3 +8,5 @@ var getValue = require('./get-comparative-rule-value'); | ||
var fields = that.rules.greaterThan.split(","); | ||
var type = gt?'greaterThan':'smallerThan'; | ||
var fields = that.rules[type].split(","); | ||
@@ -11,0 +13,0 @@ return fields.filter(function(field){ |
{ | ||
"name": "vue-formular", | ||
"description": "a comprehensive vue.js form component", | ||
"version": "1.2.2", | ||
"version": "1.2.21", | ||
"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
64487
1816