Skip to content

Commit

Permalink
feat: add polkadot api as peer dep (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hejkerooo authored Jun 26, 2024
1 parent ef9c870 commit 5ca6187
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@
"author": "EnergyWebX",
"license": "ISC",
"dependencies": {
"@polkadot/api": "^11.0.2",
"node-red": "^3.1.9",
"request": "^2.88.2",
"request-promise": "^4.2.6"
},
"peerDependencies": {
"@polkadot/api": "^11.0.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit 5ca6187

Please sign in to comment.