From aa46d4541947c0b27f8b889e02233224f1edc171 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Thu, 19 Oct 2017 01:03:33 -0700 Subject: [PATCH] Add extensions dir to npm included files --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 413c41e..fa9cb69 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "lib/index.js", "bin": "cli.js", "files": [ + "extensions", "lib", "scripts", "src",