From 492bd3b0073108711709a23de0392ae636895a74 Mon Sep 17 00:00:00 2001 From: Gary Burgess Date: Sat, 1 Oct 2016 16:13:39 +0100 Subject: [PATCH] Prepare for 2.0 release --- bower.json | 2 +- src/Test/Assert.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 10c5d92..41deb8c 100644 --- a/bower.json +++ b/bower.json @@ -17,6 +17,6 @@ "package.json" ], "dependencies": { - "purescript-eff": "^1.0.0" + "purescript-eff": "^2.0.0" } } diff --git a/src/Test/Assert.js b/src/Test/Assert.js index 31d8a1e..70e54ea 100644 --- a/src/Test/Assert.js +++ b/src/Test/Assert.js @@ -1,7 +1,5 @@ "use strict"; -// module Test.Assert - exports["assert'"] = function (message) { return function (success) { return function () {