From 8a3ae75892359dd83e9234b1be803b00ab2897e6 Mon Sep 17 00:00:00 2001 From: Dmitri Akatov Date: Tue, 24 Jun 2014 16:37:34 +0100 Subject: [PATCH] moved angular-unstable to development dependency --- bower.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 92ff765..0cd7cd7 100644 --- a/bower.json +++ b/bower.json @@ -12,10 +12,8 @@ "src", "test" ], - "dependencies": { - "angular-unstable": "~1.1.5" - }, "devDependencies": { + "angular-unstable": "~1.1.5", "angular-mocks": "~1.0.5", "angular-scenario": "~1.0.5", "expect": "~0.2.0",