Skip to content

Commit

Permalink
chore: remove unnecessary dev dependency from noir_wasm (#4349)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*

`noir_wasm` doesn't use `noirc_abi` so we can remove this dependency.

## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench authored Feb 13, 2024
1 parent b2aaeab commit fff0b98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion compiler/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@ltd/j-toml": "^1.38.0",
"@noir-lang/noirc_abi": "workspace:*",
"@types/adm-zip": "^0.5.0",
"@types/chai": "^4",
"@types/mocha": "^10.0.6",
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4448,7 +4448,6 @@ __metadata:
dependencies:
"@esm-bundle/chai": ^4.3.4-fix.0
"@ltd/j-toml": ^1.38.0
"@noir-lang/noirc_abi": "workspace:*"
"@noir-lang/types": "workspace:*"
"@types/adm-zip": ^0.5.0
"@types/chai": ^4
Expand Down

0 comments on commit fff0b98

Please sign in to comment.