@ne1410s/cust-elems
Advanced tools
Comparing version 0.3.0 to 0.3.1
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
class CustomElementBase extends HTMLElement { | ||
@@ -6,0 +4,0 @@ constructor(css, html, mode = 'closed') { |
@@ -37,4 +37,2 @@ (function (global, factory) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); |
{ | ||
"name": "@ne1410s/cust-elems", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "ES Custom Elements base functionality", | ||
@@ -26,3 +26,3 @@ "main": "dist/ne14_cust_elems.cjs.min.js", | ||
"type": "git", | ||
"url": "git+https://github.com/ne1410s/core.elem.git" | ||
"url": "git+https://github.com/ne14-fed/core.elem.git" | ||
}, | ||
@@ -37,14 +37,14 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/ne1410s/core.elem/issues" | ||
"url": "https://github.com/ne14-fed/core.elem/issues" | ||
}, | ||
"homepage": "https://github.com/ne1410s/core.elem#readme", | ||
"homepage": "https://github.com/ne14-fed/core.elem#readme", | ||
"devDependencies": { | ||
"@rollup/plugin-url": "^7.0.0", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.1", | ||
"rollup": "^2.78.0", | ||
"@rollup/plugin-url": "^8.0.1", | ||
"prettier": "^2.8.4", | ||
"rimraf": "^4.1.2", | ||
"rollup": "^3.15.0", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"rollup-plugin-typescript2": "^0.32.1", | ||
"typescript": "^4.7.4" | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"typescript": "^4.9.5" | ||
} | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6459
94