From 4ec30f1c8ba11a9264880e330b277e3a7451f811 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Fri, 14 Jun 2013 09:27:55 -0600 Subject: [PATCH] Fixing npm warnings --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 38608b4..4abd6da 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.7.2", "description": "Logic-less {{mustache}} templates with JavaScript", "author": "mustache.js Authors ", + "repository": { + "type": "git", + "url": "https://github.com/janl/mustache.js.git" + }, "keywords": ["mustache", "template", "templates", "ejs"], "main": "./mustache.js", "devDependencies": {