Skip to content

Commit

Permalink
remove optionalDependencies from cargo-messages since they'll be fill…
Browse files Browse the repository at this point in the history
…ed in by the prepack script
  • Loading branch information
dherman committed Mar 5, 2024
1 parent 7278780 commit 4f95396
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkgs/cargo-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,5 @@
"org": "@cargo-messages",
"platforms": "extended",
"load": "./lib/load.cjs"
},
"optionalDependencies": {
"@cargo-messages/android-arm-eabi": "0.0.182",
"@cargo-messages/darwin-arm64": "0.0.182",
"@cargo-messages/darwin-x64": "0.0.182",
"@cargo-messages/linux-arm-gnueabihf": "0.0.182",
"@cargo-messages/linux-x64-gnu": "0.0.182",
"@cargo-messages/win32-arm64-msvc": "0.0.182",
"@cargo-messages/win32-x64-msvc": "0.0.182"
}
}

0 comments on commit 4f95396

Please sign in to comment.