diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..8438abd --- /dev/null +++ b/.npmignore @@ -0,0 +1,5 @@ +# Expose Astro dependencies for `pnpm` users +shamefully-hoist=true + +# This file is customized by users, so exclude from the package +public/js/synonyms.js \ No newline at end of file diff --git a/package.json b/package.json index cc0b1fc..27f097c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.1.10", + "version": "4.1.12", "author": "Steve Fenton", "name": "astro-accelerator", "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",