necessary 14.0.7 → 14.0.8

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -692,7 +692,7 @@ pathWithoutTopmostDirectoryNameFromPath("root/etc/init.conf"); // returns 'etc/i
692
692
  - `sixth()`
693
693
  - `seventh()`
694
694
  - `eighth()`
695
- - `nineth()`
695
+ - `ninth()`
696
696
  - `firstLast()`
697
697
  - `secondLast()`
698
698
  - `thirdLast()`
@@ -701,7 +701,7 @@ pathWithoutTopmostDirectoryNameFromPath("root/etc/init.conf"); // returns 'etc/i
701
701
  - `sixthLast()`
702
702
  - `seventhLast()`
703
703
  - `eighthLast()`
704
- - `ninethLast()`
704
+ - `ninthLast()`
705
705
  - `last()`
706
706
  - `head()`
707
707
  - `tail()`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "necessary",
3
3
  "author": "James Smith",
4
- "version": "14.0.7",
4
+ "version": "14.0.8",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/necessary",
7
7
  "description": "A collection of utility functions.",