Skip to content

Commit

Permalink
make soup a peer dep
Browse files Browse the repository at this point in the history
seveibar committed May 15, 2024
1 parent dfdf1cc commit c70b2a1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -16,17 +16,16 @@
"author": "",
"license": "ISC",
"peerDependencies": {
"zod": "*"
"zod": "*",
"@tscircuit/soup": "*"
},
"devDependencies": {
"ava": "^6.1.2",
"esbuild": "^0.20.2",
"esbuild-register": "^3.5.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"zod": "^3.23.6"
},
"dependencies": {
"zod": "^3.23.6",
"@tscircuit/soup": "^0.0.15"
}
}

0 comments on commit c70b2a1

Please sign in to comment.