[Pkg-javascript-commits] [dojo] 70/149: refs #18640, add repository field to package.json to make npm not complain
David Prévot
taffit at moszumanska.debian.org
Sat Feb 27 03:13:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository dojo.
commit 072c0612fa3f8a3fef3b7dcaf25e00aef644f1ca
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
---
package.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package.json b/package.json
index 4ccc4c2..bad29f5 100644
--- a/package.json
+++ b/package.json
@@ -37,5 +37,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