From 0a6f8221f63578eecae801c4a6f641c188c59f56 Mon Sep 17 00:00:00 2001 From: Kirill Pertsev Date: Sun, 12 Jun 2016 19:07:44 -0700 Subject: [PATCH] Update bower.json Bower complains that the version in the json doesn't match the version tag, so I just removed it from json like other packages do. --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index 80372b6..c332d31 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,5 @@ { "name": "purescript-nullable", - "version": "0.1.0", "authors": [ "Phil Freeman " ],