Skip to content

Commit

Permalink
Working build
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Mar 13, 2024
1 parent 5e4c2ed commit 0892511
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"**/.DS_Store": true,
"**/node_modules": false,
"**/build": true,
"**/dist": true,
"**/dist": false,
"**/.webpack": true,
"**/.serverless": true,
"**/.rollup.cache": true
Expand Down
33 changes: 12 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,31 +57,22 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
"node": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"./dist/docs.json": {
"default": "./dist/docs.json"
},
"./cjs": {
"default": "./dist/index.js"
},
"./docs": {
"default": "./dist/docs.json"
},
"./esm": {
"default": "./dist/index.mjs"
},
"./package.json": "./package.json"
"./package.json": "./package.json",
"./README.md": "./README.md"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"module": "dist/index.js",
"homepage": "https://xylabs.com",
"keywords": [
"xylabs",
Expand Down

0 comments on commit 0892511

Please sign in to comment.