yet-another-js-utils 1.1.1 → 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.
package/README.md CHANGED
@@ -23,6 +23,6 @@ None.
23
23
 
24
24
  ## License
25
25
 
26
- Copyright (c) PLANVIII. All rights reserved.
26
+ Copyright (c) Adrian Turcev. All rights reserved.
27
27
 
28
28
  Licensed under the MPL-2.0 license.
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.1",
5
+ "version": "1.1.3",
6
6
  "license": "MPL-2.0",
7
7
  "homepage": "https://github.com/adrianturcev/js-utils",
8
8
  "repository": {