From 953f8a7acc2ac32a1522470e30e1a916a637a4e8 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 9 Dec 2020 18:11:50 -0800 Subject: [PATCH 1/3] Update Bower dependencies to master --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 8ad79dc..c6bba6d 100644 --- a/bower.json +++ b/bower.json @@ -12,6 +12,6 @@ "url": "git://github.com/purescript-node/purescript-node-url.git" }, "dependencies": { - "purescript-nullable": "^4.0.0" + "purescript-nullable": "master" } } From 20f4beb0e134deccac382e023b3ad56ba60442b3 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 9 Dec 2020 18:39:18 -0800 Subject: [PATCH 2/3] Update ci.yml to use v0.14.0-rc3 purescript --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 063845e..2e4c7a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v2 - uses: purescript-contrib/setup-purescript@main + with: + purescript: "0.14.0-rc3" - uses: actions/setup-node@v1 with: From bd95df5f5a1082f3b3c89b6ab26375283c038fe3 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 9 Dec 2020 21:16:49 -0800 Subject: [PATCH 3/3] Update nullable to main --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index c6bba6d..ad591f0 100644 --- a/bower.json +++ b/bower.json @@ -12,6 +12,6 @@ "url": "git://github.com/purescript-node/purescript-node-url.git" }, "dependencies": { - "purescript-nullable": "master" + "purescript-nullable": "main" } }