@k03mad/dice 3.2.0 → 3.3.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.
- package/app/png/1.png +0 -0
- package/app/png/2.png +0 -0
- package/app/png/3.png +0 -0
- package/app/png/4.png +0 -0
- package/app/png/5.png +0 -0
- package/app/png/6.png +0 -0
- package/app/utils/config.js +3 -3
- package/package.json +1 -1
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/app/utils/config.js
CHANGED
|
@@ -19,9 +19,9 @@ export default {
|
|
|
19
19
|
|
|
20
20
|
messages: {
|
|
21
21
|
welcome: green([
|
|
22
|
-
'—
|
|
23
|
-
'— press any key to
|
|
24
|
-
`— press ${bold('CTRL+C')} or
|
|
22
|
+
'— type any digit to generate that number of dice',
|
|
23
|
+
'— press any key to reroll dice',
|
|
24
|
+
`— press ${bold('CTRL+C')} or type '${bold(EXIT_EXTRA_KEY)}' to exit`,
|
|
25
25
|
].join('\n')),
|
|
26
26
|
},
|
|
27
27
|
};
|