@cspell/cspell-pipe 8.8.0 → 8.8.2

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 +1 -5
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -14,10 +14,6 @@ npm install -S @cspell/cspell-pipe
14
14
 
15
15
  ---
16
16
 
17
- <p align="center">
18
- Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
19
- <img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
20
- </a>
21
- </p>
17
+ <p align="center">Brought to you by<a href="https://streetsidesoftware.com" title="Street Side Software"><img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software</a></p>
22
18
 
23
19
  <!--- @@inject-end: ../../static/footer.md --->
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "8.8.0",
6
+ "version": "8.8.2",
7
7
  "description": "Library to make working with Iterators/AsyncIterators easier.",
8
8
  "keywords": [
9
9
  "cspell",
@@ -104,8 +104,8 @@
104
104
  "!**/*.map"
105
105
  ],
106
106
  "scripts": {
107
- "build": "tsc -b .",
108
- "watch": "tsc -p . -w",
107
+ "build": "tsc -b . -f",
108
+ "watch": "tsc -b . -w -f",
109
109
  "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
110
110
  "clean-build": "pnpm run clean && pnpm run build",
111
111
  "coverage": "vitest run --coverage",
@@ -126,5 +126,5 @@
126
126
  "devDependencies": {
127
127
  "globby": "^14.0.1"
128
128
  },
129
- "gitHead": "a42bce675c00cb2d51809b3ae3894119ea4f5ce7"
129
+ "gitHead": "e82ec807677c040c38b7d5608c8a8d42185d3b24"
130
130
  }