1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Resetting package fields for development

This commit is contained in:
RiotRobot
2023-10-10 09:13:20 +01:00
parent 4db08cb78e
commit 3cf6f568f3

View File

@@ -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"
} }