@cspell/cspell-pipe 8.8.1 → 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 +2 -2
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.1",
6
+ "version": "8.8.2",
7
7
  "description": "Library to make working with Iterators/AsyncIterators easier.",
8
8
  "keywords": [
9
9
  "cspell",
@@ -126,5 +126,5 @@
126
126
  "devDependencies": {
127
127
  "globby": "^14.0.1"
128
128
  },
129
- "gitHead": "6381846ffce8b9a349bfda03262297aa8e301ef5"
129
+ "gitHead": "e82ec807677c040c38b7d5608c8a8d42185d3b24"
130
130
  }