[Pkg-javascript-commits] [dojo] 15/41: refs #18640, add repository field to package.json to make npm not complain

David Prévot taffit at moszumanska.debian.org
Thu Mar 24 04:28:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.9.8
in repository dojo.

commit 4a992928902c097ffd423b31931a946d7f783dc6
Author: dylans <dylan at dojotoolkit.org>
Date:   Sun Jul 12 07:18:25 2015 -0700

    refs #18640, add repository field to package.json to make npm not complain
    
    (cherry picked from commit 072c0612fa3f8a3fef3b7dcaf25e00aef644f1ca)
---
 package.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package.json b/package.json
index 3b97686..d5345c3 100644
--- a/package.json
+++ b/package.json
@@ -19,5 +19,9 @@
 	"bugs": "http://bugs.dojotoolkit.org/",
 	"keywords": ["JavaScript", "Dojo", "Toolkit"],
 	"homepage": "http://dojotoolkit.org/",
+	"repository":{ 
+		"type": "git",
+		"url": "https://github.com/dojo/dojo.git"
+	},
 	"dojoBuild": "dojo.profile.js"
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list