From 2b50595505cbc5671c5a620094c6305eba592023 Mon Sep 17 00:00:00 2001 From: Jonathan Sterling Date: Thu, 10 Sep 2015 15:13:02 -0700 Subject: [PATCH] Upgrade purescript-base dependency; remove resolutions --- bower.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index f65fbb7..d3c605f 100644 --- a/bower.json +++ b/bower.json @@ -14,14 +14,10 @@ ], "license": "Apache-2.0", "dependencies": { - "purescript-base": "^0.1.0", + "purescript-base": "^0.2.0", "purescript-exceptions": "^0.3.0", "purescript-prelude": "^0.1.2", "purescript-dom": "^0.1.2", - "purescript-maps": "^0.4.0", - "purescript-strings": "^0.7.0" - }, - "resolutions": { - "purescript-strings": "^0.7.0" + "purescript-maps": "^0.4.0" } }