diff --git a/package.json b/package.json index 3267b048..c0e80f6d 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,8 @@ "name": "world-countries", "description": "List of world countries in JSON, CSV, XML and Yaml", "version": "4.1.1", - "exports": { - "import": "./index.mjs", - "require": "./index.cjs" - }, + "module": "./index.mjs", + "main": "./index.cjs", "types": "index.d.ts", "keywords": ["countries", "world", "json", "csv", "xml", "yaml"], "author": {