From 49e00b760812b8880cf205e610393c05300c873a Mon Sep 17 00:00:00 2001 From: Tom Snelling Date: Wed, 19 Jun 2024 17:34:19 +0100 Subject: [PATCH] update demo page --- README.md | 2 +- package.json | 4 +++- test/from-cdn/index.html | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93a6208..57ed016 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,4 @@ const defaultOptions: MicrotypeOptions = { ## Demo -TODO +Visit [tdjsnelling.github.io/microtype](https://tdjsnelling.github.io/microtype/test/from-cdn/) for a live demo. diff --git a/package.json b/package.json index 48ee2c6..2c8aa54 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ "name": "Tom Snelling", "url": "https://tdjs.tech" }, - "repository": "https://github.com/tdjsnelling/microtype", + "repository": { + "url": "git+https://github.com/tdjsnelling/microtype.git" + }, "scripts": { "build:esm": "esbuild src/microtype.ts --bundle --minify --sourcemap --loader:.ts=ts --target=es6 --format=esm --outfile=dist/esm/microtype.js", "build:browser": "esbuild src/microtype.ts --bundle --minify --sourcemap --loader:.ts=ts --target=es6 --outfile=dist/microtype.js", diff --git a/test/from-cdn/index.html b/test/from-cdn/index.html index c7740aa..bd5bc5d 100644 --- a/test/from-cdn/index.html +++ b/test/from-cdn/index.html @@ -4,7 +4,8 @@ microtype demo - + +