Skip to content

Commit 0cf0246

Browse files
committed
fix sbv2-lite package.json paths
1 parent 9dc3df8 commit 0cf0246

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

javascript/sbv2-lite/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@switchboard-xyz/sbv2-lite",
3-
"version": "0.2.2",
3+
"version": "0.2.4",
44
"description": "",
55
"private": false,
66
"repository": {
@@ -15,13 +15,13 @@
1515
],
1616
"exports": {
1717
".": {
18-
"import": "./lib/esm/index.js",
19-
"require": "./lib/cjs/index.js"
18+
"import": "./lib/index.js",
19+
"require": "./lib/index.js"
2020
}
2121
},
22-
"main": "lib/cjs/index.js",
23-
"module": "lib/esm/index.js",
24-
"types": "lib/cjs/index.d.ts",
22+
"main": "lib/index.js",
23+
"module": "lib/index.js",
24+
"types": "lib/index.d.ts",
2525
"scripts": {
2626
"docgen": "typedoc --entryPoints src/index.ts --out ../../website/static/api/ts-lite",
2727
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'",

0 commit comments

Comments
 (0)