num-parity-core 1.1.3 → 1.1.5

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,8 @@ No frameworks. No noise. Just logic.
14
14
 
15
15
  ## 📦 Installation
16
16
 
17
- npm install num-parity-core
17
+ > npm version patch
18
+ npm publishnpm install num-parity-core
18
19
 
19
20
  ---
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "num-parity-core",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Simple package to check if a number is even or odd",
5
5
  "main": "index.js",
6
6
  "keywords": [