Skip to content

Commit

Permalink
Update package.json for module and main entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
thevuong authored and mledoze committed Sep 12, 2023
1 parent 3100acd commit c221dc4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit c221dc4

Please sign in to comment.