Resetting package fields for development

pull/28788/head^2
RiotRobot 2022-05-10 15:06:06 +01:00
parent 3d2866917a
commit 6396d26d21
1 changed files with 2 additions and 3 deletions

View File

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