From 9d0b54f79a565ed1dd7e28760ed1cf7b681ddc09 Mon Sep 17 00:00:00 2001 From: Konstantin Zudov Date: Tue, 17 Nov 2015 18:28:35 +0200 Subject: [PATCH] Make 'authors' an array --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index cc42787..70bf22e 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "purescript-var", "description": "Vars -- references that can be read/written from the Eff monad", - "authors": "Konstantin Zudov ", + "authors": [ "Konstantin Zudov " ], "license": "BSD3", "moduleType": [ "node"