aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski2013-08-20 16:49:43 +0200
committerIgor Minar2013-08-20 23:39:24 -0700
commit00af067d828e5655712d2a212ef222f0082fa151 (patch)
treec7bf0c38183951c0b42aa79a47b4a6d82b70e493
parenteed299a31b5a6dd0363133c5f9271bf33d090c94 (diff)
downloadangular.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.json4
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",