Resetting package fields for development

pull/28217/head
ElementRobot 2023-08-15 13:24:31 +01:00
parent bba980cd8a
commit 789cfec9ed
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",
@ -227,6 +227,5 @@
"outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml",
"relativePaths": true
},
"typings": "./lib/index.d.ts"
}
}