File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @author.io/element-select" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.5 " ,
44 "description" : " author-select custom element (web component)." ,
55 "main" : " dist/author-select.min.js" ,
66 "scripts" : {
7979 " rollup*.js"
8080 ],
8181 "globals" : [
82+ " AuthorSelectElement" ,
8283 " customElements" ,
8384 " KeyboardEvent" ,
8485 " crypto" ,
Original file line number Diff line number Diff line change @@ -459,10 +459,6 @@ class AuthorSelectElement extends AuthorBaseElement(HTMLElement) {
459459 setCustomValidity ( string ) {
460460 this . sourceElement . setCustomValidity ( string )
461461 }
462-
463- [ Symbol . toStringTag ] ( ) {
464- return 'AuthorSelectElement'
465- }
466462}
467463
468464customElements . define ( 'author-select' , AuthorSelectElement )
You can’t perform that action at this time.
0 commit comments