Resetting package fields for development

t3chguy/dedup-icons-17oct
RiotRobot 2022-07-26 17:39:01 +01:00
parent b973b947e1
commit 79d76a0a5a
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",
@ -249,6 +249,5 @@
"jestSonar": {
"reportPath": "coverage",
"sonar56x": true
},
"typings": "./lib/index.d.ts"
}
}