Resetting package fields for development

This commit is contained in:
RiotRobot 2024-08-13 12:13:05 +00:00
parent 95b2f3ed60
commit 349c4a11e6

View file

@ -26,7 +26,7 @@
"engines": {
"node": ">=20.0.0"
},
"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",
@ -250,6 +250,5 @@
"outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml",
"relativePaths": true
},
"typings": "./lib/index.d.ts"
}
}