Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(*): address general issues to get build working
This commit will address the following updates: 1. Update to support Node 18 2. Update dependencies 3. Update template to support latest Chalk 4. Update to latest version of Husky 5. Update template to support Sass override 6. Update src template to use Lit 2.0 7. Remove demo build process Changes to be committed: modified: .github/workflows/testPublish.yml modified: package-lock.json modified: package.json deleted: template/demo/style.scss modified: template/package.json renamed: template/packageScripts/postinstall.js -> template/packageScripts/postinstall.mjs modified: template/scripts/generateDocs.js modified: template/scripts/postCss.js renamed: template/scripts/pre-commit.js -> template/scripts/pre-commit.mjs modified: template/src/[namespace]-[name].js modified: template/src/style.scss
- Loading branch information