Skip to content

Commit

Permalink
chore: Update package.json (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 authored May 12, 2023
1 parent 5164246 commit a3a45ba
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/chain-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
"main": "./dist/esm/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/esm/**.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/types/**.d.ts",
"default": "./dist/cjs/index.js"
}
}
},
"scripts": {
"predev": "rimraf ./dist",
"dev": "rollup -cw",
Expand Down Expand Up @@ -58,4 +70,4 @@
"tslib": "^2.5.0",
"typescript": "^4.9.5"
}
}
}

0 comments on commit a3a45ba

Please sign in to comment.