Skip to content

Commit

Permalink
Move yargs to dev dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Aug 13, 2024
1 parent fafec44 commit d5020be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zkp/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "Circom library for ZK circuits for use with Zeto based privacy-preserving tokens",
"license": "Apache-2.0",
"dependencies": {
"circomlib": "^2.0.5",
"yargs": "^17.7.2"
"circomlib": "^2.0.5"
},
"scripts": {
"gen": "node gen.js"
},
"devDependencies": {
"axios": "^1.7.3",
"p-limit": "^6.1.0"
"p-limit": "^6.1.0",
"yargs": "^17.7.2"
}
}

0 comments on commit d5020be

Please sign in to comment.