From d70b547c4a84a63b81d3bdf22f58e6e599b87491 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Tue, 10 May 2016 15:50:01 -0400 Subject: [PATCH] chore(bower): fix file format and missing info --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index af4fe9c5..18fb0bbf 100644 --- a/bower.json +++ b/bower.json @@ -12,13 +12,13 @@ "moduleType": "node", "license": "MIT", "authors": [ - "Patrick Walters (http://patrickwalters.net/)", + "Patrick Walters (http://patrickwalters.net/)" ], "repository": { "type": "git", "url": "http://github.com/aurelia/validation" }, "dependencies": { - + "aurelia-dependency-injection": "^1.0.0-beta.1.2.0" } }