1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

Resetting package fields for development

This commit is contained in:
RiotRobot
2022-04-11 16:31:44 +01:00
parent b8ec62e786
commit 3b33237e51

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",
@@ -116,6 +116,5 @@
"text",
"json"
]
},
"typings": "./lib/index.d.ts"
}
}