mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Resetting package fields for development
This commit is contained in:
parent
a008c3d4e6
commit
219de0e554
1 changed files with 2 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
"matrix-gen-i18n": "scripts/gen-i18n.js",
|
||||
"matrix-prune-i18n": "scripts/prune-i18n.js"
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"main": "./src/index.js",
|
||||
"matrix_src_main": "./src/index.js",
|
||||
"matrix_lib_main": "./lib/index.js",
|
||||
"matrix_lib_typings": "./lib/index.d.ts",
|
||||
|
@ -191,6 +191,5 @@
|
|||
"transformIgnorePatterns": [
|
||||
"/node_modules/(?!matrix-js-sdk).+$"
|
||||
]
|
||||
},
|
||||
"typings": "./lib/index.d.ts"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue