From 418c1d353fcee058615d3bcf2eb3fce5b8c389b9 Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Thu, 25 Jun 2015 14:07:09 -0400 Subject: [PATCH] maintain dependencies with both bower and npm closes #32 --- bower.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bower.json b/bower.json index 0661216..488e77b 100644 --- a/bower.json +++ b/bower.json @@ -19,5 +19,10 @@ "sungard", "sungard-labs" ], + "dependencies": { + "angular": ">=1.2.26 <1.4", + "packery": ">=1.2.0 <1.3", + "draggabilly": ">=1.1.0 <1.2" + }, "license": "MIT" }