mledoze / countries

World countries in JSON, CSV, XML and Yaml. Any help is welcome!

Home Page:https://mledoze.github.io/countries/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4.1.0 on npm

Gerschtli opened this issue · comments

Can you please release 4.1.0 on npm registry?

The 4.1.0 version is released https://www.npmjs.com/package/world-countries/v/4.1.0

(sorry for the delay)

@mledoze The package.json contains:

    "exports": {
        "import": "./index.mjs",
        "require": "./index.cjs"
    },

But these files are not included in the package, therefore it is not usable currently.

You're right, I will fix that, hopefully today.