Comparing version 1.1.5 to 1.1.6
@@ -14,3 +14,3 @@ @function can-type/maybeConvert maybeConvert | ||
static props = { | ||
age: maybeConvert(Number) | ||
age: type.maybeConvert(Number) | ||
}; | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "can-type", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Type definitions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://canjs.com/doc/can-type.html", |
55218