@ne1410s/cust-elems
Advanced tools
Comparing version 0.3.9 to 0.3.10
{ | ||
"name": "@ne1410s/cust-elems", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "ES Custom Elements base functionality", | ||
@@ -15,4 +15,4 @@ "main": "dist/ne14_cust_elems.cjs.min.js", | ||
"clean": "npx rimraf dist", | ||
"is-pretty": "npx prettier --list-different . --ignore-path .gitignore", | ||
"prettify": "npx prettier --write . --ignore-path .gitignore", | ||
"is-pretty": "npx prettier -l .", | ||
"prettify": "npx prettier -w .", | ||
"build": "npm run clean && npx rollup -c", | ||
@@ -44,3 +44,3 @@ "test": "npm run is-pretty", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.0.0", | ||
"rollup": "^4.1.5", | ||
"rollup-plugin-copy": "^3.5.0", | ||
@@ -47,0 +47,0 @@ "rollup-plugin-typescript2": "^0.36.0", |
Sorry, the diff of this file is not supported yet
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
6297