Resetting package fields for development

This commit is contained in:
RiotRobot 2022-05-24 13:03:38 +01:00
parent 1ca34540e7
commit b0a6c216b7

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",
@ -244,6 +244,5 @@
"jestSonar": {
"reportPath": "coverage",
"sonar56x": true
},
"typings": "./lib/index.d.ts"
}
}