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 51d32243fe
commit 607045d592

View file

@ -3,6 +3,10 @@
"version": "1.0.8-snapshot",
"cdnVersion": "1.0.6",
"codename": "bubble-burst",
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.js.git"
},
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib-clean": "0.4.0",