fast-is-equal 1.0.0 → 1.0.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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -153,10 +153,6 @@ Average Performance:
153
153
  ## License
154
154
  MIT
155
155
  ```
156
-
157
- #### 1.3 Add a License File
158
- Create a `LICENSE` file with the MIT license (or your preferred license):
159
- ```plaintext
160
156
  MIT License
161
157
 
162
158
  Copyright (c) 2025 Your Name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-is-equal",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Blazing-fast equality checks, minus the baggage. A lean, standalone alternative to Lodash's isEqual—because speed matters.",
5
5
  "keywords": [
6
6
  "lodash",