From c85de472e2b0e37d1978a302c61c79cd17417d3a Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 9 May 2015 09:44:34 +0200 Subject: [PATCH] Use files in package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index ad72f15..09be008 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ "version": "1.3.0", "description": "Simplifies creation of HTML files to serve your webpack bundles", "main": "index.js", + "files": [ + "index.js", + "default_index.html", + "default_inject_index.html" + ], "scripts": { "test": "jshint -c .jshintrc *.js spec && jasmine-node --captureExceptions spec" },