@k03mad/dice 1.3.1 → 1.4.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/utils/config.js +1 -1
- package/package.json +1 -1
package/app/utils/config.js
CHANGED
|
@@ -3,7 +3,7 @@ import chalk from 'chalk';
|
|
|
3
3
|
const {green, dim, bold} = chalk;
|
|
4
4
|
|
|
5
5
|
export const DICE_DEFAULT_COUNT = 1;
|
|
6
|
-
export const DICE_PICTURES_PATH = 'app/png';
|
|
6
|
+
export const DICE_PICTURES_PATH = './app/png';
|
|
7
7
|
export const DICE_HEIGHT = '30%';
|
|
8
8
|
|
|
9
9
|
export const EXIT_CTRL_MODIFIER = 'c';
|