country-flag-cli 0.0.3 → 0.0.4

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.3",
3
+ "version": "0.0.4",
4
4
  "description": "A simple cli app to return flag emojis given 2 digit country code",
5
5
  "author": "Evan Mattiza",
6
6
  "keywords": [
@@ -8,7 +8,7 @@
8
8
  "cli"
9
9
  ],
10
10
  "license": "MIT",
11
- "main": "./dist/index.js",
11
+ "main": "./dist/cli.js",
12
12
  "bin": {
13
13
  "country-flag-cli": "./exec/country-flag-cli"
14
14
  },