astro-strip-whitespace 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,9 +9,9 @@ Under the hood, this prepends the Vite plugin from [`unplugin-strip-whitespace`]
9
9
  ```bash
10
10
  astro add astro-strip-whitespace
11
11
 
12
- # pnpm add -D astro-strip-whitespace
13
- # npm i -D astro-strip-whitespace
14
- # yarn add -D astro-strip-whitespace
12
+ # or: pnpm add -D astro-strip-whitespace
13
+ # or: npm i -D astro-strip-whitespace
14
+ # or: yarn add -D astro-strip-whitespace
15
15
  ```
16
16
 
17
17
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-strip-whitespace",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Astro integration that strips inter-node whitespace in Astro and Svelte templates.",
5
5
  "license": "MIT",
6
6
  "author": "SegaraRai",
@@ -35,7 +35,7 @@
35
35
  "LICENSE"
36
36
  ],
37
37
  "dependencies": {
38
- "unplugin-strip-whitespace": "0.2.0"
38
+ "unplugin-strip-whitespace": "0.2.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@arethetypeswrong/core": "^0.18.2",