You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Resetting package fields for development
This commit is contained in:
@@ -29,8 +29,8 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"matrix-org"
|
"matrix-org"
|
||||||
],
|
],
|
||||||
"main": "./lib/index.js",
|
"main": "./src/index.ts",
|
||||||
"browser": "./lib/browser-index.js",
|
"browser": "./src/browser-index.ts",
|
||||||
"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",
|
||||||
@@ -130,6 +130,5 @@
|
|||||||
"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