From c783d3f5ccb3343b559f365605ab2f312cd68699 Mon Sep 17 00:00:00 2001 From: Eugene Trounev Date: Thu, 16 May 2019 23:03:25 -0400 Subject: [PATCH] Only serve the release files The npm should only serve the release files when pulling he project via npm install --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 79505c9..cee0b73 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "bugs": { "url": "https://github.com/LikaloLLC/tourguide.js/issues" }, + "files": [ + "tourguide.*" + ], "author": { "name": "Likalo LLC", "url": "https://likalo.com/"