Skip to content

Commit

Permalink
chore: include opt deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rhighs committed May 31, 2024
1 parent 638a167 commit 1f7ed72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"test": "lerna run test",
"format": "lerna run format"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "18.0.4",
"@nx/nx-darwin-x64": "18.0.4",
"@nx/nx-linux-x64-gnu": "18.0.4",
"@nx/nx-win32-x64-msvc": "18.0.4"
},
"keywords": [],
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 1f7ed72

Please sign in to comment.