country-flag-cli 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "country-flag-cli",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "A simple cli app to return flag emojis given 2 digit country code",
5
5
  "author": "Evan Mattiza",
6
6
  "keywords": [
@@ -43,6 +43,7 @@
43
43
  "@sentry/integrations": "^6.16.1",
44
44
  "@sentry/node": "^6.16.1",
45
45
  "@sentry/tracing": "^6.16.1",
46
- "commander": "^2.20.0"
46
+ "commander": "^2.20.0",
47
+ "source-map-support": "^0.5.21"
47
48
  }
48
49
  }