Skip to content

Commit

Permalink
removed types field
Browse files Browse the repository at this point in the history
  • Loading branch information
muratgozel committed Mar 8, 2024
1 parent 58c27e0 commit f6b8d32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "locale-util",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "Locale data generators written in node.js. Uses reliable sources. Generated data available as JS/JSON objects.",
"type": "module",
"exports": {
Expand All @@ -9,7 +9,6 @@
"require": "./dist/index.cjs"
}
},
"types": "./types/index.d.ts",
"main": "./dist/index.js",
"scripts": {
"presetup": "rm -rf src/data/*",
Expand Down

0 comments on commit f6b8d32

Please sign in to comment.