fast-is-equal 1.0.0 → 1.0.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.
- package/README.md +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -153,13 +153,9 @@ 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
|
-
Copyright (c) 2025
|
|
158
|
+
Copyright (c) 2025 Jairaj Jangle
|
|
163
159
|
|
|
164
160
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
165
161
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED