From 66f067ee386875ed65ca4a62ce44312687f3402c Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Tue, 21 Feb 2017 00:16:02 +0100 Subject: [PATCH] Add README and LICENSE to npm files --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 64b66e3..ebbf361 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,8 @@ }, "main": "lib/index.js", "files": [ - "lib" + "lib", + "README", + "LICENSE" ] }