coffee-time 1.2.0-beta.6 → 1.2.0-beta.7

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.
@@ -105,7 +105,8 @@ function formatRemaining(remainingMs) {
105
105
  function supportsEmoji() {
106
106
  return process.env.TERM_PROGRAM === 'Apple_Terminal'
107
107
  || Boolean(process.env.WT_SESSION)
108
- || process.env.TERM_PROGRAM === 'vscode';
108
+ || process.env.TERM_PROGRAM === 'vscode'
109
+ || process.platform === 'win32';
109
110
  }
110
111
 
111
112
  function printCoffeeArt() {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.0-beta.6",
6
+ "version": "1.2.0-beta.7",
7
7
  "description": "Lightweight CLI to schedule coffee breaks at a fixed interval.",
8
8
  "bin": {
9
9
  "coffee-time": "./bin/coffee-time.js"