Revert "Resetting package fields for development"

This reverts commit 79d76a0a5a.
t3chguy/dedup-icons-17oct
Michael Telatynski 2022-07-26 17:42:51 +01:00
parent e53fb60763
commit 3e4918342d
No known key found for this signature in database
GPG Key ID: 98BC6A2B829297FE
1 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@
"package.json",
".stylelintrc.js"
],
"main": "./src/index.ts",
"main": "./lib/index.ts",
"matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts",
"matrix_lib_typings": "./lib/index.d.ts",
@ -249,5 +249,6 @@
"jestSonar": {
"reportPath": "coverage",
"sonar56x": true
}
},
"typings": "./lib/index.d.ts"
}