Перейти к файлу
Michael Solati 88609bb9d8 build(typescript): migrate library to typescript 2021-03-22 20:17:24 -07:00
.vscode Add toc.js filter 2021-03-04 17:17:24 -08:00
docs zero commit 2021-01-28 10:29:35 +11:00
src build(typescript): migrate library to typescript 2021-03-22 20:17:24 -07:00
types/utils build(typescript): migrate library to typescript 2021-03-22 20:17:24 -07:00
.eslintignore build(typescript): migrate library to typescript 2021-03-22 20:17:24 -07:00
.eslintrc.json build(typescript): migrate library to typescript 2021-03-22 20:17:24 -07:00
.prettierrc.js build(typescript): migrate library to typescript 2021-03-22 20:17:24 -07:00
LICENSE zero commit 2021-01-28 10:29:35 +11:00
README.md add readme note 2021-03-04 18:04:47 -08:00
package-lock.json build(typescript): migrate library to typescript 2021-03-22 20:17:24 -07:00
package.json build(typescript): migrate library to typescript 2021-03-22 20:17:24 -07:00
tsconfig.json build(typescript): migrate library to typescript 2021-03-22 20:17:24 -07:00

README.md

This is a placeholder README for the webdev-infra repo, which will contain shared code for https://web.dev, https://developer.chrome.com and others.

🚨 Important

When you make a change to this repo be sure to push a new tag.

npm version patch
git push && git push --tags

Then in your project install it again to grab the latest:

npm install --save-dev github:googlechrome/webdev-infra#semver:^1

Eventually we'll set this up to use GitHub Actions or something fancy, but for now make sure to you push a new tag.