auto-views
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -61,2 +61,3 @@ // Karma configuration | ||
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER, | ||
tags: ["taggable"], | ||
}, | ||
@@ -93,3 +94,3 @@ captureTimeout: 120000, | ||
// test results reporter to use | ||
@@ -99,4 +100,4 @@ // possible values: 'dots', 'progress' | ||
reporters: process.env.TRAVIS ? ['dots', 'saucelabs'] : ['dots'], | ||
// web server port | ||
@@ -103,0 +104,0 @@ port: 9876, |
@@ -43,5 +43,7 @@ "use strict"; | ||
break; | ||
// case 'boolean': | ||
// newValue = e.currentTarget.checked; | ||
// break; | ||
case 'boolean': { | ||
var target = e.target; | ||
newValue = target.checked; | ||
break; | ||
} | ||
default:// string | ||
@@ -48,0 +50,0 @@ newValue = e.currentTarget.value; |
{ | ||
"name": "auto-views", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "Common, fully-tested, strictly-typed, Wix-styled, auto views library", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
68742