From 49ae830b4aaf920271e38aa5464211bcb56b02d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Tue, 20 Aug 2013 16:49:43 +0200 Subject: [PATCH] fix(package.json): add a repository field The `npm install` command complains about the missing repository field. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 0a53ccd4d44c..57c85dfc3cf9 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",