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
7507d4f43d
commit
7a130d2eb7
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",
|
||||
|
@ -237,6 +237,5 @@
|
|||
"text",
|
||||
"json"
|
||||
]
|
||||
},
|
||||
"typings": "./lib/index.d.ts"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue