From 072c0612fa3f8a3fef3b7dcaf25e00aef644f1ca Mon Sep 17 00:00:00 2001 From: dylans Date: Sun, 12 Jul 2015 07:18:25 -0700 Subject: [PATCH] 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 4ccc4c2fc1..bad29f5c5b 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" }