country-flag-cli 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "country-flag-cli",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A simple cli app to return flag emojis given 2 digit country code",
5
5
  "author": "Evan Mattiza",
6
6
  "keywords": [
@@ -10,7 +10,7 @@
10
10
  "license": "MIT",
11
11
  "main": "./dist/index.js",
12
12
  "bin": {
13
- "country-flag-cli": "./bin/exec/country-flag-cli"
13
+ "country-flag-cli": "./exec/country-flag-cli"
14
14
  },
15
15
  "files": [
16
16
  "dist/**/*",