@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
- - [true-value](https://github.com/js-constant/false-value) (more lightweight version of this)
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@falsejs/falsejs",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Returns false.",
5
5
  "main": "index.js",
6
6
  "scripts": {