Skip to content

Commit

Permalink
Merge pull request #1295 from privacy-scaling-explorations/fix/build-…
Browse files Browse the repository at this point in the history
…core

fix(core): add typescript dev dependency to fix build
  • Loading branch information
0xmad authored Mar 12, 2024
2 parents 45f7c33 + a95896b commit b5a60fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1"
"ts-node": "^10.9.1",
"typescript": "^5.4.2"
},
"nyc": {
"reporter": [
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5a60fd

Please sign in to comment.