Skip to content

Commit

Permalink
fix bb conflicts (#1648)
Browse files Browse the repository at this point in the history
Re-sync BB upstream repo.

# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [x] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [x] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [x] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
  • Loading branch information
jeanmon authored Aug 18, 2023
1 parent a277261 commit 88cd267
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion circuits/cpp/barretenberg/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/AztecProtocol/barretenberg
branch = master
commit = 39f622855fcb5cafdce3d5112c9cfc50fd91704c
commit = c734295a10d2c40ede773519664170880f28b2b7
parent = 347a38a54e0ea7f6da1b45a8640b8506c3712bb1
method = merge
cmdver = 0.4.6
6 changes: 4 additions & 2 deletions circuits/cpp/barretenberg/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
"displayName": "bb.js",
"tsconfig": "./tsconfig.json"
},
"main": "./dest/index.js",
"bin": "./dest/main.js",
"main": "./dest/node/index.js",
"bin": {
"bb": "dest/node/main.js"
},
"files": [
"src/",
"dest/",
Expand Down
2 changes: 1 addition & 1 deletion circuits/cpp/barretenberg/ts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ __metadata:
webpack-cli: ^5.1.1
webpack-dev-server: ^4.15.0
bin:
bb.js: ./dest/main.js
bb: dest/node/main.js
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 88cd267

Please sign in to comment.