Skip to content

Commit

Permalink
Merge pull request #27 from FuelLabs/dp/peer-deps
Browse files Browse the repository at this point in the history
move `fuels` to `peerDependencies`
  • Loading branch information
Dhaiwat10 authored Dec 28, 2024
2 parents ecf527f + 1abfe83 commit 6659e37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Docs: https://dhaiwatpandya.gitbook.io/fuel-agent-kit/
## Getting Started

```bash
npm install fuel-agent-kit
npm install fuel-agent-kit fuels
```

You will need two things:
Expand Down
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@
"@langchain/openai": "^0.3.14",
"@pythnetwork/hermes-client": "^1.2.0",
"@pythnetwork/pyth-fuel-js": "^1.0.7",
"fuels": "^0.96.1",
"langchain": "^0.3.7",
"mira-dex-ts": "^1.0.42",
"zod": "^3.24.1"
},
"peerDependencies": {
"fuels": "^0.96.1"
},
"scripts": {
"build": "tsup",
"ci": "npm run build && npm run check-format && npm run check-exports && npm run lint",
Expand Down

0 comments on commit 6659e37

Please sign in to comment.