diff options
| author | Michał Gołębiowski | 2013-08-20 16:49:43 +0200 |
|---|---|---|
| committer | Igor Minar | 2013-08-20 23:39:24 -0700 |
| commit | 00af067d828e5655712d2a212ef222f0082fa151 (patch) | |
| tree | c7bf0c38183951c0b42aa79a47b4a6d82b70e493 | |
| parent | eed299a31b5a6dd0363133c5f9271bf33d090c94 (diff) | |
| download | angular.js-00af067d828e5655712d2a212ef222f0082fa151.tar.bz2 | |
fix(package.json): add a repository field
The `npm install` command complains about the missing repository field.
Closes #3674
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 0a53ccd4..57c85dfc 100644 --- a/package.json +++ b/package.json @@ -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", |
