mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix(package.json): add a repository field
The `npm install` command complains about the missing repository field. Closes #3674
This commit is contained in:
parent
51d32243fe
commit
607045d592
1 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue