country-flag-cli 0.0.7 → 0.0.8

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.7",
3
+ "version": "0.0.8",
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,8 @@
40
40
  "typescript": "^3.5.3"
41
41
  },
42
42
  "dependencies": {
43
+ "@sentry/node": "^6.16.1",
44
+ "@sentry/tracing": "^6.16.1",
43
45
  "commander": "^2.20.0"
44
46
  }
45
47
  }