Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 00af067

Browse files
mgolIgorMinar
authored andcommitted
fix(package.json): add a repository field
The `npm install` command complains about the missing repository field. Closes #3674
1 parent eed299a commit 00af067

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.2.0-snapshot",
44
"cdnVersion": "1.2.0rc1",
55
"codename": "barehand-atomspliting",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/angular/angular.js.git"
9+
},
610
"devDependencies": {
711
"grunt": "0.4.0",
812
"bower": "1.2.0",

0 commit comments

Comments
 (0)