-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install on need verify package (#94)
* read and write add-from-bower from local package set * make add-from-bower write to local package set updates lts to use newer aeson-pretty to use trailing newline formatting * make add-from-bower write to local package set also adds a newer aeson-pretty to extra-deps to use trailing newline formatting * have verify pull dependencies per verifying package as the installation step checks to not reinstall existing packages, calling it multiple times with previously installed packages works fine. * concurrently traverse the dependencies for verify
- Loading branch information
Showing
2 changed files
with
14 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
resolver: lts-11.1 | ||
packages: | ||
- '.' | ||
extra-deps: [] | ||
extra-deps: | ||
- aeson-pretty-0.8.5 # newer in lts-11.1 needed for formatting packages.json |