Resetting package fields for development

This commit is contained in:
Michael Telatynski
2024-08-06 11:47:04 +01:00
parent a7bc0e4612
commit a047f69992

View File

@@ -26,7 +26,7 @@
"engines": { "engines": {
"node": ">=20.0.0" "node": ">=20.0.0"
}, },
"main": "./lib/index.ts", "main": "./src/index.ts",
"matrix_src_main": "./src/index.ts", "matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts", "matrix_lib_main": "./lib/index.ts",
"matrix_lib_typings": "./lib/index.d.ts", "matrix_lib_typings": "./lib/index.d.ts",
@@ -250,6 +250,5 @@
"outputDirectory": "coverage", "outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml", "outputName": "jest-sonar-report.xml",
"relativePaths": true "relativePaths": true
}, }
"typings": "./lib/index.d.ts"
} }