wrong exports

This commit is contained in:
cupcakearmy 2022-06-06 12:40:35 +02:00
parent 9a29dee68c
commit 221efcb531
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "canihazusername", "name": "canihazusername",
"version": "2.3.3", "version": "2.3.4",
"description": "username generator. typed, simple and customizable", "description": "username generator. typed, simple and customizable",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
@ -8,8 +8,8 @@
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"exports": { "exports": {
".": { ".": {
"require": "./dist/index.js", "require": "./dist/index.cjs",
"import": "./dist/index.mjs", "import": "./dist/index.js",
"types": "./dist/index.d.ts" "types": "./dist/index.d.ts"
} }
}, },