We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ec737 commit f7e8218Copy full SHA for f7e8218
package.json
@@ -32,7 +32,7 @@
32
"keywords": [
33
"matrix-org"
34
],
35
- "main": "./lib/index.js",
+ "main": "./src/index.ts",
36
"browser": "./lib/browser-index.js",
37
"matrix_src_main": "./src/index.ts",
38
"matrix_src_browser": "./src/browser-index.js",
@@ -125,6 +125,5 @@
125
"jestSonar": {
126
"reportPath": "coverage",
127
"sonar56x": true
128
- },
129
- "typings": "./lib/index.d.ts"
+ }
130
}
0 commit comments