false-value 2.0.5 → 2.0.6

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 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,16 +25,6 @@ Boolean value `false`:
25
25
  console.log(myFalseValue === false); // Logs true (if node.js works and false is false)
26
26
  ```
27
27
 
28
- ### Tests
29
-
30
- Running the tests requires the [Jake JavaScript build
31
- tool](https://github.com/mde/jake). In the root project directory, run the
32
- following:
33
-
34
- ```bash
35
- $ jake test
36
- ```
37
-
38
28
  ### Contributing
39
29
 
40
30
  Please feel free to file bugs or suggest improvements here:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "false-value",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "False",
5
5
  "keywords": [
6
6
  "false"