mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
Update package.json to use angularjs instead of angular
This commit is contained in:
parent
746c4f3b2d
commit
07222d24f4
@ -18,7 +18,7 @@
|
|||||||
"requirejs": "2.1.10"
|
"requirejs": "2.1.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"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",
|
"grunt": "~0.4.1",
|
||||||
"mocha": "~1.13.0",
|
"mocha": "~1.13.0",
|
||||||
"chai": "~1.7.2",
|
"chai": "~1.7.2",
|
||||||
@ -36,4 +36,4 @@
|
|||||||
"grunt-contrib-compress": "~0.5.2",
|
"grunt-contrib-compress": "~0.5.2",
|
||||||
"grunt-node-webkit-builder": "~0.1.17"
|
"grunt-node-webkit-builder": "~0.1.17"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user