Skip to content

Commit

Permalink
fix(build-tools): Add missing dependency (#12979)
Browse files Browse the repository at this point in the history
This dependency was missed when some code was moved in PR #12849. It
wasn't found due to lerna's hoisting behavior.
  • Loading branch information
tylerbutler authored Nov 16, 2022
1 parent 8c29adc commit b9d33cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-tools/packages/build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"dependencies": {
"@fluid-tools/version-tools": "^0.6.0",
"@fluidframework/bundle-size-tools": "^0.6.0",
"@rushstack/node-core-library": "^3.51.1",
"async": "^3.2.0",
"chalk": "^2.4.2",
"commander": "^6.2.1",
Expand Down

0 comments on commit b9d33cf

Please sign in to comment.