-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require constituant libraries to enforce versions
The value of this library is that it saves time adding the base set of Nerves dependencies to projects. If there's a problem with using certain versions of libraries then that should be sorted out in the library because not everyone will use `nerves_pack`. Specifying them here adds to a step to maintenance. This also removes dependabot. While I think there's value in testing new library combinations. Dependabot would make updates that disallowed old versions on major updates. The old versions still worked and this could easily have introduced a unnecessary dependency version conflict.
- Loading branch information
Showing
3 changed files
with
10 additions
and
52 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 was deleted.
Oops, something went wrong.
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