mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +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
eed299a31b
commit
00af067d82
1 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue