yet-another-js-utils 1.1.2 → 1.1.3

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/js-utils.js +1 -1
  2. package/package.json +1 -1
package/js-utils.js CHANGED
@@ -9,7 +9,7 @@ module.exports = {
9
9
 
10
10
  /**
11
11
  * Nil
12
- * Neither null nor undefined
12
+ * Either null or undefined
13
13
  * @param { boolean } exp
14
14
  * @returns { boolean }
15
15
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "yet-another-js-utils",
3
3
  "description": "Basic javascript utils",
4
4
  "authors": "Adrian Turcev",
5
- "version": "1.1.2",
5
+ "version": "1.1.3",
6
6
  "license": "MPL-2.0",
7
7
  "homepage": "https://github.com/adrianturcev/js-utils",
8
8
  "repository": {