i18n-number
Advanced tools
Comparing version 4.0.0-pre.2 to 4.0.0-pre.3
@@ -120,2 +120,9 @@ /** | ||
/** | ||
* root property to imitate a Polymer element | ||
*/ | ||
get root() { | ||
return this.shadowRoot; | ||
} | ||
get options() { | ||
@@ -122,0 +129,0 @@ return this._options; |
@@ -18,3 +18,3 @@ { | ||
"name": "i18n-number", | ||
"version": "4.0.0-pre.2", | ||
"version": "4.0.0-pre.3", | ||
"main": "i18n-number.js", | ||
@@ -21,0 +21,0 @@ "directories": { |
@@ -51,3 +51,4 @@ /** | ||
this.$.num.constructor.importMeta; | ||
this.$.num.root; | ||
} | ||
}); |
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
262952
5419