1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Resetting package fields for development

This commit is contained in:
RiotRobot
2022-07-05 14:16:29 +01:00
parent 68dead71aa
commit d80dd8f02f

View File

@@ -22,7 +22,7 @@
"README.md", "README.md",
"package.json" "package.json"
], ],
"main": "./lib/index.ts", "main": "./src/index.ts",
"matrix_src_main": "./src/index.ts", "matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts", "matrix_lib_main": "./lib/index.ts",
"matrix_lib_typings": "./lib/index.d.ts", "matrix_lib_typings": "./lib/index.d.ts",
@@ -246,6 +246,5 @@
"jestSonar": { "jestSonar": {
"reportPath": "coverage", "reportPath": "coverage",
"sonar56x": true "sonar56x": true
}, }
"typings": "./lib/index.d.ts"
} }