Skip to content

Commit

Permalink
fix: Docs: Sandbox version numbers (#2708)
Browse files Browse the repository at this point in the history
The `#include_aztec_version` doesn't work as a package reference in
package.json. This PR fixes the update in
#2703 until we come
up with a better solution.


# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] 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
critesjosh authored Oct 5, 2023
1 parent d5b78af commit 34b0209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/dev_docs/getting_started/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ yarn add @aztec/aztec.js @aztec/noir-contracts typescript @types/node
"start": "yarn build && DEBUG='token' node ./dest/index.js"
},
"dependencies": {
"@aztec/aztec.js": "^#include_aztec_version",
"@aztec/noir-contracts": "^#include_aztec_version",
"@aztec/aztec.js": "^0.8.7",
"@aztec/noir-contracts": "^0.8.7",
"@types/node": "^20.6.3",
"typescript": "^5.2.2"
}
Expand Down

0 comments on commit 34b0209

Please sign in to comment.