Resetting package fields for development
This commit is contained in:
parent
1ca34540e7
commit
b0a6c216b7
1 changed files with 2 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
"README.md",
|
||||
"package.json"
|
||||
],
|
||||
"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",
|
||||
|
@ -244,6 +244,5 @@
|
|||
"jestSonar": {
|
||||
"reportPath": "coverage",
|
||||
"sonar56x": true
|
||||
},
|
||||
"typings": "./lib/index.d.ts"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue