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
11ca9bd707
commit
4028b5ef2e
1 changed files with 2 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
"bin": {
|
||||
"reskindex": "scripts/reskindex.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",
|
||||
|
@ -230,6 +230,5 @@
|
|||
"coverageReporters": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"typings": "./lib/index.d.ts"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue