Skip to content

Commit 1c16030

Browse files
committed
fix: add explicit spBv1.0 to export map
1 parent e5eca07 commit 1c16030

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
},
6464
"exports": {
6565
"./package.json": "./dist/package.json",
66+
"./spBv1.0": {
67+
"types": "./dist/spBv1.0.d.ts",
68+
"default": "./dist/spBv1.0.js"
69+
},
6670
"./*": {
6771
"types": "./dist/*.d.ts",
6872
"default": "./dist/*.js"

0 commit comments

Comments
 (0)