@falsejs/falsejs 4.1.0 → 4.1.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -234,7 +234,7 @@ FalseJS uses multiple libraries for testing. Run `npm test` to test FalseJS.
|
|
|
234
234
|
|
|
235
235
|
## Related Projects
|
|
236
236
|
|
|
237
|
-
- [
|
|
237
|
+
- [false-value](https://github.com/js-constant/false-value) (more lightweight version of this)
|
|
238
238
|
- [true-value](https://github.com/js-constant/true-value) (returns true)
|
|
239
239
|
- [false](https://github.com/mde/false)
|
|
240
240
|
- [true](https://github.com/mde/true)
|