Skip to content

Commit

Permalink
chore: Fix dependencies in acvm_js and remove local lock file (noir-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored and Sakapoi committed Oct 19, 2023
1 parent cf55382 commit 3be767f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5,153 deletions.
2 changes: 1 addition & 1 deletion acvm-repo/acvm_js/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rm -rf $self_path/result >/dev/null 2>&1
if [ -v out ]; then
echo "Will install package to $out (defined outside installPhase.sh script)"
else
out="$self_path/outputs/out"
export out="$self_path/outputs/out"
echo "Will install package to $out"
fi

Expand Down
4 changes: 2 additions & 2 deletions acvm-repo/acvm_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@web/test-runner-playwright": "^0.10.0",
"chai": "^4.3.7",
"eslint": "^8.40.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"prettier": "3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
Expand Down
Loading

0 comments on commit 3be767f

Please sign in to comment.