From 23967033bc383bd17ff7ad007a10b09f32191942 Mon Sep 17 00:00:00 2001 From: Harry Garrood Date: Thu, 30 Apr 2015 18:39:29 +0100 Subject: [PATCH] Add repository to bower.json --- bower.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index b26336b6..a34063ca 100644 --- a/bower.json +++ b/bower.json @@ -15,5 +15,9 @@ "bower.json", "gulpfile.js", "package.json" - ] + ], + "repository": { + "type": "git", + "url": "git://github.com/purescript/purescript-prelude.git" + } }