We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3351338 commit 124f7b0Copy full SHA for 124f7b0
package.json
@@ -8,7 +8,6 @@
8
},
9
"type": "module",
10
"module": "./build/lib/index.js",
11
- "types": "./build/index.cjs.d.ts",
12
"keywords": [
13
"i18n",
14
"internationalization",
@@ -21,7 +20,7 @@
21
20
"repository": "yargs/y18n",
22
"license": "ISC",
23
"author": "Ben Coe <[email protected]>",
24
- "main": "index.js",
+ "main": "./build/index.cjs",
25
"scripts": {
26
"check": "standardx '**/*.ts' '**/*.cjs' '**/*.mjs'",
27
"fix": "standardx --fix '**/*.ts' '**/*.cjs' '**/*.mjs'",
0 commit comments