Skip to content

Commit

Permalink
update readme with peer dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
rfigueroa-truelogic committed Nov 28, 2023
1 parent ce2dd8d commit 55744d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ On mobile you get back responses without streaming with the same API of `useChat
npm install react-native-vercel-ai
```

## Peer dependencies

```sh
npm install swr ai
```

## Usage

Two steps
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "react-native-vercel-ai",
"version": "0.0.0-local.9",
"version": "0.0.0-local.11",
"description": "run vercel ai package on react native, expo, web and universal apps.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
"types": "lib/typescript/src/index.native.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
Expand Down

0 comments on commit 55744d3

Please sign in to comment.