1
0
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:
RiotRobot
2021-08-31 13:32:29 +01:00
parent 39566dbd4f
commit 2783d162b7

View File

@@ -29,7 +29,7 @@
"keywords": [
"matrix-org"
],
"main": "./lib/index.js",
"main": "./src/index.ts",
"browser": "./lib/browser-index.js",
"matrix_src_main": "./src/index.ts",
"matrix_src_browser": "./src/browser-index.js",
@@ -112,6 +112,5 @@
"coverageReporters": [
"text"
]
},
"typings": "./lib/index.d.ts"
}
}