Skip to content

Commit

Permalink
0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BBB committed Nov 29, 2023
1 parent 09402a8 commit 01d8b48
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
{
"name": "@ollierelph/result4t",
"version": "0.5.5",
"version": "0.5.6",

"description": "",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"require": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.js"
},
"import": {
"types": "./dist/types/index.d.ts",
"default": "./dist/esm/index.js"
},
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"default": "./dist/esm/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"./dist/*"
"./dist/*",
"package.json"
],
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
Expand Down

0 comments on commit 01d8b48

Please sign in to comment.