fix(package.json): add a repository field

The `npm install` command complains about the missing repository field.

Closes #3674
This commit is contained in:
Michał Gołębiowski 2013-08-20 16:49:43 +02:00 committed by Igor Minar
parent eed299a31b
commit 00af067d82

View file

@ -3,6 +3,10 @@
"version": "1.2.0-snapshot",
"cdnVersion": "1.2.0rc1",
"codename": "barehand-atomspliting",
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.js.git"
},
"devDependencies": {
"grunt": "0.4.0",
"bower": "1.2.0",