@k03mad/dice 3.2.0 → 3.2.1

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.
@@ -19,9 +19,9 @@ export default {
19
19
 
20
20
  messages: {
21
21
  welcome: green([
22
- '— enter any digit to generate that number of dice',
23
- '— press any key to repeat the previous count generation',
24
- `— press ${bold('CTRL+C')} or enter '${bold(EXIT_EXTRA_KEY)}' to exit`,
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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/dice",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Dice",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"