From d6373e6249ccf3218050c444cd199d4c480fd7d4 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Mon, 16 Jun 2014 12:01:23 +0200 Subject: [PATCH] Update package.json to use angularjs instead of angular --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75bf348..f8585e6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "requirejs": "2.1.10" }, "devDependencies": { - "angular": "https://github.com/angular/angular.js/tarball/v1.2.8", + "angularjs": "https://github.com/angular/angular.js/tarball/v1.2.8", "grunt": "~0.4.1", "mocha": "~1.13.0", "chai": "~1.7.2", @@ -36,4 +36,4 @@ "grunt-contrib-compress": "~0.5.2", "grunt-node-webkit-builder": "~0.1.17" } -} +} \ No newline at end of file