From 79d307ba613bcc894d64ba03c844f952488e74a9 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 16 Aug 2017 12:34:29 +0200 Subject: [PATCH] add files array to package.json - fixes #8 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 94a8274..8e23fec 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,10 @@ "encoder", "abstract-encoding" ], + "files": [ + "index.js", + "types.js" + ], "author": "Mathias Buus", "license": "MIT" }