Перейти к файлу
Matthias Rohmer 8516a4c3af
Update README.md
2024-01-03 16:36:38 +01:00
.github/workflows feat: run tests on publish 2022-10-14 12:53:38 +02:00
data/i18n feat: implement templatable browser compat shortcode 2022-12-28 17:56:20 +01:00
docs zero commit 2021-01-28 10:29:35 +11:00
filters refactor: rename load to loadEntries and improve docs 2023-01-16 18:46:10 +01:00
shortcodes fix: correct whitespace in blockquote 2023-10-04 15:22:16 +02:00
tests refactor: rename Dictionary to I18nDictionary 2023-01-16 16:18:15 +01:00
transforms refactor: make minifyHtml filter only minify fragments and sync 2022-11-22 15:51:15 +01:00
types lint: fix prettier error 2023-04-26 20:40:10 +07:00
utils chore: bump version to 1.0.56 2023-05-24 19:00:14 +02:00
web-components refactor: removed dismissal handling from component 2023-03-31 16:12:30 +02:00
.eslintignore chore: lint .d.ts files 2021-03-31 12:34:58 -07:00
.eslintrc.json fix: set proper env in eslintrc 2023-04-13 17:20:33 +02:00
.gitignore ds-store 2021-10-19 14:50:03 +11: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 Update README.md 2024-01-03 16:36:38 +01:00
ava.config.js chore: adapt eslint config for ava from d.c.c 2022-10-14 14:10:16 +02:00
index.js feat(cdn): add cdn related shortcodes and filters (#3) 2021-04-19 18:03:29 -07:00
package-lock.json chore: bump browser-compat to 5.3.x 2023-10-04 15:12:36 +02:00
package.json chore: bump browser-compat to 5.3.x 2023-10-04 15:12:36 +02:00
tsconfig.json chore: update tsconfig to deal with browser compat data 2023-01-17 13:33:03 +01:00

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.