forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove rhea-promise from preferredVersions
- Accidentally added in Azure#4399
- Loading branch information
1 parent
ec81728
commit b4b6595
Showing
2 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,7 @@ | |
|
||
// [email protected] causes a build break in storage-blob and storage-file related | ||
// to the rollup-plugin-commonjs namedExports of "events" | ||
"resolve": "1.11.1", | ||
|
||
// This is required to allow for backward compatibility with Service Bus Track 1 | ||
// TODO: Remove this once Service Bus is updated to use current depenedencies as part of Track 2 | ||
"rhea-promise": "^0.1.15" | ||
"resolve": "1.11.1" | ||
}, | ||
/** | ||
* The "rush check" command can be used to enforce that every project in the repo must specify | ||
|
@@ -44,6 +40,7 @@ | |
// "~2.4.0" | ||
// ] | ||
"@azure/ms-rest-js": ["^2.0.0"], | ||
|
||
// Following is required to allow for backward compatibility with Service Bus Track 1 | ||
// TODO: Remove this once Service Bus is updated to use current depenedencies as part of Track 2 | ||
"rhea-promise": ["^0.1.15"] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.