mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Resetting package fields for development
This commit is contained in:
parent
bba980cd8a
commit
789cfec9ed
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue