From f2b05957edd51b0a5d7fd59ae0b5f4f3e7219f53 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 16 Apr 2015 23:46:25 +0200 Subject: [PATCH] Use `files` in package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7888a9e..31d6b4f 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "version": "0.4.0", "description": "Keeps a history of all changes of a document.", "main": "lib/mongoose-history.js", + "files": [ + "lib/" + ], "scripts": { "test": "mocha" }, - "repository": { - "type": "git", - "url": "github.com/nassor/mongoose-history" - }, + "repository": "nassor/mongoose-history", "keywords": [ "mongoose", "history", @@ -19,8 +19,8 @@ ], "author": "Nassor Paulino da Silva ", "contributors": [ - { - "name" : "Christopher Britz", + { + "name" : "Christopher Britz", "email" : "britztopher@gmail.com", "url" : "https://github.com/britztopher" },