Skip to content

Commit 1fc9125

Browse files
Merge pull request #263 from xcomponent/fixexport
fix export issue
2 parents ce4f97e + f4864cb commit 1fc9125

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "reactivexcomponent.js",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Javascript reactive client API for XComponent",
5-
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
5+
"main": "./index.js",
6+
"module": "./index.js",
7+
"types": "./index.d.ts",
8+
"exports": {
9+
"import": "./index.js",
10+
"require": "./index.js"
11+
},
712
"directories": {
813
"test": "test",
914
"lib": "./lib"

0 commit comments

Comments
 (0)