diff options
| author | Michał Gołębiowski | 2013-08-20 16:49:43 +0200 |
|---|---|---|
| committer | Igor Minar | 2013-08-20 23:56:38 -0700 |
| commit | 607045d5921fcd202f2d6f62428bcb2cf076fd20 (patch) | |
| tree | 5ad3394068cb48fef7d77f7b6f755f93cc6cc2a3 | |
| parent | 51d32243fe8cfbdcd1b647950d4e99ed57677558 (diff) | |
| download | angular.js-607045d5921fcd202f2d6f62428bcb2cf076fd20.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 dbe3d990..3abda2d6 100644 --- a/package.json +++ b/package.json @@ -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", |
