Resetting package fields for development

pull/28217/head
ElementRobot 2023-09-12 17:00:10 +01:00
parent 6a4915ac98
commit da9321011f
1 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,7 @@
"package.json",
".stylelintrc.js"
],
"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",
@ -230,6 +230,5 @@
"outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml",
"relativePaths": true
},
"typings": "./lib/index.d.ts"
}
}