We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce4f97e + f4864cb commit 1fc9125Copy full SHA for 1fc9125
1 file changed
package.json
@@ -1,9 +1,14 @@
1
{
2
"name": "reactivexcomponent.js",
3
- "version": "7.0.1",
+ "version": "7.0.2",
4
"description": "Javascript reactive client API for XComponent",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
+ "main": "./index.js",
+ "module": "./index.js",
7
+ "types": "./index.d.ts",
8
+ "exports": {
9
+ "import": "./index.js",
10
+ "require": "./index.js"
11
+ },
12
"directories": {
13
"test": "test",
14
"lib": "./lib"
0 commit comments