Resetting package fields for development

t3chguy/dedup-icons-17oct
RiotRobot 2022-06-07 12:13:25 +01:00
parent d4647936c4
commit e13f2e67e3
1 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,7 @@
"README.md", "README.md",
"package.json" "package.json"
], ],
"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",
@ -246,6 +246,5 @@
"jestSonar": { "jestSonar": {
"reportPath": "coverage", "reportPath": "coverage",
"sonar56x": true "sonar56x": true
}, }
"typings": "./lib/index.d.ts"
} }