@leemeyer/nth-letter 1.0.21 → 1.0.22

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,7 +41,7 @@ import nthLetter from '@leemeyer/nth-letter';
41
41
 
42
42
  ## Background
43
43
 
44
- This library was inspired by the CSS-Tricks article [_Using a Nonexistent nth-Letter Selector (Now)_](https://css-tricks.com/using-nonexistent-nth-letter-selector-now/).
44
+ This library is explained in depth in the CSS-Tricks article [_Let's Use the Nonexistent ::nth-letter Selector Now_](https://css-tricks.com/using-nonexistent-nth-letter-selector-now/).
45
45
 
46
46
  ## How it Works
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leemeyer/nth-letter",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Simulate the long requested nth-letter CSS selector",
5
5
  "license": "ISC",
6
6
  "author": "",