@ne1410s/cust-elems
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@ne1410s/cust-elems", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "ES Custom Elements base functionality", | ||
@@ -15,7 +15,10 @@ "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", | ||
"build": "npm run clean && npx rollup -c", | ||
"publish-local": "npm run build && npm pack", | ||
"publish-patch": "npm run build && npm version patch && npm publish --access public", | ||
"publish-minor": "npm run build && npm version minor && npm publish --access public", | ||
"publish-major": "npm run build && npm version major && npm publish --access public" | ||
"test": "npm run is-pretty", | ||
"publish-local": "npm run test && npm run build && npm pack", | ||
"publish-patch": "npm run test && npm run build && npm version patch && npm publish --access public", | ||
"publish-minor": "npm run test && npm run build && npm version minor && npm publish --access public", | ||
"publish-major": "npm run test && npm run build && npm version major && npm publish --access public" | ||
}, | ||
@@ -39,4 +42,5 @@ "repository": { | ||
"@rollup/plugin-url": "^5.0.1", | ||
"prettier": "^2.0.5", | ||
"rimraf": "^3.0.1", | ||
"rollup": "^2.14.0", | ||
"rollup": "^2.18.0", | ||
"rollup-plugin-copy": "^3.3.0", | ||
@@ -43,0 +47,0 @@ "rollup-plugin-typescript2": "^0.27.1", |
# @ne1410s/cust-elems | ||
ES Web Custom Elements | ||
`npm run build` | ||
- umd script drops out for browser testing; includes example elements | ||
- cjs and esm scripts drop out with custom element base only | ||
- umd script drops out for browser testing; includes example elements | ||
- cjs and esm scripts drop out with custom element base only |
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
5370
9
7