From bd10dc80f57a44fd9e89e5a18eabb47ca495679b Mon Sep 17 00:00:00 2001 From: Harry Sarson Date: Wed, 6 Jun 2018 12:12:34 +0100 Subject: [PATCH] extend list of files included in npm package --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cfde88240..de4d1128a 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,12 @@ "files": [ "dist", "lib", - "src" + "src", + "bin", + "core.js", + "docs", + "examples", + "CONTRIBUTING.md" ], "scripts": { "build": "gulp",