Update package.json to use angularjs instead of angular

This commit is contained in:
Tankred Hase 2014-06-16 12:01:23 +02:00
parent 746c4f3b2d
commit 07222d24f4
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}
}