mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-20 04:11:51 +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",
|
"version": "1.2.0-snapshot",
|
||||||
"cdnVersion": "1.2.0rc1",
|
"cdnVersion": "1.2.0rc1",
|
||||||
"codename": "barehand-atomspliting",
|
"codename": "barehand-atomspliting",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/angular/angular.js.git"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "0.4.0",
|
"grunt": "0.4.0",
|
||||||
"bower": "1.2.0",
|
"bower": "1.2.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue