Skip to content

Commit

Permalink
Merge pull request #11 from tscircuit/fix-dependency
Browse files Browse the repository at this point in the history
Should be added as peer dependency
  • Loading branch information
imrishabh18 authored Jul 31, 2024
2 parents b5b5ff7 + 1eb7525 commit 188142b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"tsup": "^8.2.3"
},
"peerDependencies": {
"typescript": "^5.5.4"
"typescript": "^5.5.4",
"@tscircuit/soup": "*"
},
"dependencies": {
"@resvg/resvg-js": "^2.6.2",
"@resvg/resvg-wasm": "^2.6.2",
"@tscircuit/soup": "^0.0.41",
"circuit-to-svg": "^0.0.1"
}
}

0 comments on commit 188142b

Please sign in to comment.