Skip to content

Commit

Permalink
fix: move abiwan from dev dependencies to regular dependencies
Browse files Browse the repository at this point in the history
Otherwise abiwan is not installed when starknet.js is installed and nothing works as reported
here: https://discord.com/channels/793094838509764618/927918707613786162/1197169770731147316
  • Loading branch information
haroune-mohammedi committed Jan 18, 2024
1 parent c0b4e67 commit edcdbea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
"@types/url-join": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"abi-wan-kanabi": "^1.0.3",
"abi-wan-kanabi-v2": "npm:abi-wan-kanabi@^2.1.0",
"ajv": "^8.12.0",
"ajv-keywords": "^5.1.0",
"eslint": "^8.17.0",
Expand Down Expand Up @@ -97,7 +95,9 @@
"isomorphic-fetch": "^3.0.0",
"lossless-json": "^2.0.8",
"pako": "^2.0.4",
"url-join": "^4.0.1"
"url-join": "^4.0.1",
"abi-wan-kanabi": "^1.0.3",
"abi-wan-kanabi-v2": "npm:abi-wan-kanabi@^2.1.0"
},
"lint-staged": {
"*.ts": "eslint --cache --fix",
Expand Down

0 comments on commit edcdbea

Please sign in to comment.