@k03mad/dice 3.2.1 → 4.0.0

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.
@@ -1,3 +1,6 @@
1
1
  {
2
- "eslint.experimental.useFlatConfig": true
2
+ "cSpell.words": [
3
+ "eslintcache",
4
+ "nvmrc"
5
+ ]
3
6
  }
package/README.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Dice
2
2
 
3
- ## Use
3
+ ## Install
4
4
 
5
5
  ```bash
6
6
  npm i @k03mad/dice -g
7
+ ```
8
+
9
+ ## Use
7
10
 
11
+ ```bash
8
12
  dice
9
13
  ```
14
+
15
+ — type any digit to generate that number of dice\
16
+ — press any key to reroll dice\
17
+ — press CTRL+C or type 'q' to exit
package/app/png/1.png CHANGED
Binary file
package/app/png/2.png CHANGED
Binary file
package/app/png/3.png CHANGED
Binary file
package/app/png/4.png CHANGED
Binary file
package/app/png/5.png CHANGED
Binary file
package/app/png/6.png CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/dice",
3
- "version": "3.2.1",
3
+ "version": "4.0.0",
4
4
  "description": "Dice",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"