From b49299d7dd977f8017833943c6af59c9cc17fe99 Mon Sep 17 00:00:00 2001 From: Jorrit Schippers Date: Mon, 19 Dec 2016 11:37:00 +0100 Subject: [PATCH] Remove non-essential files from npm package --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 88df7d6..07e77bf 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,8 @@ "license": "MIT", "volo": { "url": "https://raw.github.com/requirejs/text/{version}/text.js" - } + }, + "files": [ + "text.js" + ] }