auto-views
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "auto-views", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Common, fully-tested, strictly-typed, Wix-styled, auto views library", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -269,5 +269,11 @@ # Auto-Views component family | ||
"properties":{ | ||
"src":"string", | ||
"width":"number", | ||
"height":"number" | ||
"src":{ | ||
"type":"string" | ||
}, | ||
"width":{ | ||
"type":"number" | ||
}, | ||
"height":{ | ||
"type":"number" | ||
} | ||
}, | ||
@@ -274,0 +280,0 @@ "views":{ |
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
195980
466