[Pkg-javascript-commits] [dojo] 10/29: 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:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.8.11
in repository dojo.
commit 34ee9a5d5750559aa5ae29c4338446600f15e458
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 ff456ef..d59d443 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