country-flag-cli 0.0.11 → 0.0.15

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.11",
3
+ "version": "0.0.15",
4
4
  "description": "A simple cli app to return flag emojis given 2 digit country code",
5
5
  "author": "Evan Mattiza",
6
6
  "keywords": [
@@ -40,6 +40,7 @@
40
40
  "typescript": "^3.5.3"
41
41
  },
42
42
  "dependencies": {
43
+ "@sentry/integrations": "^6.16.1",
43
44
  "@sentry/node": "^6.16.1",
44
45
  "@sentry/tracing": "^6.16.1",
45
46
  "commander": "^2.20.0"