diff --git a/README.md b/README.md index f6e430b..78bd3d9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A core tenet of htmx is to inline implementation details, so that the behaviour 1. Include `booster.min.js` in the `` of your page, right after `htmx`: ```html - + ``` 2. Create a folder in the webroot of your project to store your scripts, e.g. `/scripts/boosts/`. Add a `` tag and set the `basePath` of your folder: diff --git a/package-lock.json b/package-lock.json index 92bf7fb..c98ca51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmx-booster-pack", - "version": "1.0.3", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmx-booster-pack", - "version": "1.0.3", + "version": "1.0.5", "license": "BSD 2-Clause", "devDependencies": { "vite": "^5.0.4" diff --git a/package.json b/package.json index 3431c6d..7500b14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmx-booster-pack", - "version": "1.0.3", + "version": "1.0.5", "description": "Minimal component framework for htmx", "type": "module", "exports": {