@domql/element
Advanced tools
Comparing version 2.2.3 to 2.3.0
{ | ||
"name": "@domql/element", | ||
"version": "2.2.3", | ||
"version": "2.3.0", | ||
"main": "index.js", | ||
@@ -13,4 +13,4 @@ "license": "MIT", | ||
}, | ||
"gitHead": "140b4437092d6a5efaf99cc32f04fedd55faac0c", | ||
"gitHead": "02944ad228d2cf5f5727b08e9378d221b2f7205b", | ||
"source": "index.js" | ||
} |
@@ -11,3 +11,3 @@ # DOMQL Element | ||
const Poster = { | ||
extends: [Link, Img], | ||
extend: [Link, Img], | ||
props: { | ||
@@ -14,0 +14,0 @@ boxSize: [100, 200], |
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
5131