@ne1410s/cust-elems
Advanced tools
Comparing version 0.1.4 to 0.1.5
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = global || self, factory(global.ne_cust_elems = {})); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ne_cust_elems = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@ne1410s/cust-elems", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "ES Custom Elements base functionality", | ||
@@ -41,9 +41,9 @@ "main": "dist/ne14_cust_elems.cjs.min.js", | ||
"@rollup/plugin-url": "^5.0.1", | ||
"prettier": "^2.0.5", | ||
"prettier": "^2.1.2", | ||
"rimraf": "^3.0.1", | ||
"rollup": "^2.18.0", | ||
"rollup": "^2.31.0", | ||
"rollup-plugin-copy": "^3.3.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"typescript": "^3.9.5" | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"typescript": "^4.0.3" | ||
} | ||
} |
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
5419