diff --git a/package.json b/package.json index 5a4bff0..d408361 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "test": "pulp test" }, "devDependencies": { - "pulp": "^12.2.0", + "pulp": "^15.0.0", "purescript-psa": "^0.6.0", "rimraf": "^2.6.2" } diff --git a/test/Main.purs b/test/Main.purs index 6de5989..325eb43 100644 --- a/test/Main.purs +++ b/test/Main.purs @@ -27,5 +27,5 @@ main = runContT (parTraverse (get <<< request) resources) logShow resources = [ "www.purescript.org" , "try.purescript.org" - , "community.purescript.org" + , "discourse.purescript.org" ]