Skip to content

Commit

Permalink
Move expected bundled libraries from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Aug 5, 2024
1 parent f5f40e3 commit c0159a7
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 @@ -84,8 +84,6 @@
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"blakejs": "^1.2.1",
"blindsecp256k1": "^0.0.9",
"circomlibjs": "^0.1.7",
"clean-package": "^2.2.0",
"esbuild": "^0.20.2",
"eslint": "^8.27.0",
Expand All @@ -101,7 +99,6 @@
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"size-limit": "^8.1.0",
"snarkjs": "vocdoni/snarkjs#v0.7.0-groth16browser",
"ts-jest": "^29.0.3",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
Expand All @@ -121,10 +118,13 @@
"@vocdoni/proto": "1.15.8",
"axios": "0.28.1",
"blake2b": "^2.1.4",
"blindsecp256k1": "^0.0.9",
"buffer": "^6.0.3",
"circomlibjs": "^0.1.7",
"iso-language-codes": "^1.1.0",
"js-sha256": "^0.10.1",
"readable-stream": "^4.4.2",
"snarkjs": "vocdoni/snarkjs#v0.7.0-groth16browser",
"tiny-invariant": "^1.3.1",
"tweetnacl": "^1.0.3",
"wasmbuilder": "^0.0.16",
Expand Down

0 comments on commit c0159a7

Please sign in to comment.