From 2f38ac7c55d1bdf58cd407c114cdba9f4ee338fb Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 12 Jul 2024 11:16:04 -0600 Subject: [PATCH] add `sha` as an npm command and update for release --- package.json | 3 ++- www/content/docs.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 14fee40ca..60c2a9645 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ "test": "npm run lint && npm run types-check && mocha-chrome test/index.html", "type-declarations": "tsc --project ./jsconfig.json", "ws-tests": "cd ./test/ws-sse && node ./server.js", - "www": "bash ./scripts/www.sh" + "www": "bash ./scripts/www.sh", + "sha": "bash ./scripts/sha.sh" }, "repository": { "type": "git", diff --git a/www/content/docs.md b/www/content/docs.md index 8f2cb501b..ba9ce630b 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -121,13 +121,13 @@ The fastest way to get going with htmx is to load it via a CDN. You can simply a your head tag and get going: ```html - + ``` An unminified version is also available for debugging as well: ```html - + ``` While the CDN approach is extremely simple, you may want to consider