-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use range in the threshold-network and keep-network dependencies
We tried using `development` tag to always point to the latest development package, but that was causing `An unexpected error occurred: "expected manifest".` error when running `yarn upgrade ...` command. So we're going back to using the version range. We may use `development` tag in the future, once we figure out the reason behind the error that we were getting. It is possible that the error was related to this issue: yarnpkg/yarn#4731.
- Loading branch information
1 parent
c1d7044
commit a2b208d
Showing
2 changed files
with
55 additions
and
55 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
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