8516a4c3af | ||
---|---|---|
.github/workflows | ||
data/i18n | ||
docs | ||
filters | ||
shortcodes | ||
tests | ||
transforms | ||
types | ||
utils | ||
web-components | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc.js | ||
LICENSE | ||
README.md | ||
ava.config.js | ||
index.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
[!IMPORTANT] As of 6 December, 2023, this project is no longer maintained as upstream projects have moved to another platform. See the migration announcement for more info.
webdev-infra
This package contains code used for https://web.dev and https://developer.chrome.com.
Publish
To publish a new version, update the version in the package.json and create a new tag.
npm version patch
git push && git push --tags
This will cause CI to release a new version to npm.