You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-09 10:22:46 +03:00
v31.3.0-rc.0
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"matrix-org"
|
"matrix-org"
|
||||||
],
|
],
|
||||||
"main": "./src/index.ts",
|
"main": "./lib/index.js",
|
||||||
"browser": "./src/browser-index.ts",
|
"browser": "./lib/browser-index.js",
|
||||||
"matrix_src_main": "./src/index.ts",
|
"matrix_src_main": "./src/index.ts",
|
||||||
"matrix_src_browser": "./src/browser-index.ts",
|
"matrix_src_browser": "./src/browser-index.ts",
|
||||||
"matrix_lib_main": "./lib/index.js",
|
"matrix_lib_main": "./lib/index.js",
|
||||||
@@ -132,5 +132,6 @@
|
|||||||
"outputDirectory": "coverage",
|
"outputDirectory": "coverage",
|
||||||
"outputName": "jest-sonar-report.xml",
|
"outputName": "jest-sonar-report.xml",
|
||||||
"relativePaths": true
|
"relativePaths": true
|
||||||
}
|
},
|
||||||
|
"typings": "./lib/index.d.ts"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user