-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare v1.0.0 release (1st PS 0.15.0-compatible release) (#2)
* Update the bower dependencies * Update Node to 14 in CI * Uncomment spago tests * Update the changelog * Update spago.dhall * Update spago.dhall Co-authored-by: Thomas Honeyman <hello@thomashoneyman.com>
- Loading branch information
1 parent
06f8408
commit e34901b
Showing
4 changed files
with
12 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
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
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,5 +1,5 @@ | ||
{ name = "affjax-node" | ||
, dependencies = [ "affjax" ] | ||
, dependencies = [ "aff", "affjax", "argonaut-core", "datetime", "effect", "either", "exceptions", "foreign-object", "http-methods", "maybe", "transformers", "console", "prelude" ] | ||
, packages = ./packages.dhall | ||
, sources = [ "src/**/*.purs", "test/**/*.purs" ] | ||
} |