mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
fix(librechat-data-provider): Update types paths in package.json (#1333)
* fix(librechat-data-provider): Update types paths in package.json * chore: bump version * fix(librechat-data-provider): Update types paths in react-query/package.json
This commit is contained in:
parent
6829d66c1f
commit
fac2580a19
2 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"private": true,
|
||||
"main": "../index.js",
|
||||
"module": "./index.es.js",
|
||||
"types": "../types/react-query/index.d.ts",
|
||||
"types": "../dist/types/react-query/index.d.ts",
|
||||
"dependencies": {
|
||||
"axios": "^1.3.4"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue