From 0b2e2623f928d92999572b556a7d4a833660747c Mon Sep 17 00:00:00 2001 From: Cesar Andreu Date: Tue, 24 Mar 2015 09:35:33 -0700 Subject: [PATCH] Add repository to package.json This removes the "No repository field." warning from npm. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index e818a28..5ee1bdd 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,10 @@ "jquery-plugin" ], "homepage": "http://papaparse.com", + "repository": { + "type": "git", + "url": "https://github.com/mholt/PapaParse.git" + }, "author": { "name": "Matthew Holt", "url": "https://twitter.com/mholt6"