fix: unify npm readme header for all open-wc packages

This commit is contained in:
Thomas Allmer
2019-02-02 17:16:52 +01:00
parent 0243874d92
commit 1bac9391f8
32 changed files with 59 additions and 124 deletions

View File

@@ -10,7 +10,7 @@ function escapeRegExp(text) {
const filePath = `${process.cwd()}/README.md`;
const findPattern = escapeRegExp('[//]: # (AUTO INSERT HEADER PREPUBLISH)');
const text = `
> Part of Open Web Components [open-wc](https://github.com/open-wc/open-wc/)
> Part of [Open Web Components](https://github.com/open-wc/open-wc/)
Open Web Components provides a set of defaults, recommendations and tools to help facilitate your web component project. Our recommendations include: developing, linting, testing, building, tooling, demoing, publishing and automating.