mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Resetting package fields for development
This commit is contained in:
parent
c699c6bead
commit
abd4caadb3
1 changed files with 2 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
"package.json",
|
"package.json",
|
||||||
".stylelintrc.js"
|
".stylelintrc.js"
|
||||||
],
|
],
|
||||||
"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",
|
||||||
|
@ -233,6 +233,5 @@
|
||||||
"outputDirectory": "coverage",
|
"outputDirectory": "coverage",
|
||||||
"outputName": "jest-sonar-report.xml",
|
"outputName": "jest-sonar-report.xml",
|
||||||
"relativePaths": true
|
"relativePaths": true
|
||||||
},
|
}
|
||||||
"typings": "./lib/index.d.ts"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue