From 81dd63bd95d17b9f05de93cb1b91bc6533acdf6f Mon Sep 17 00:00:00 2001 From: Paul Loyd Date: Sun, 17 Dec 2017 13:13:51 +0300 Subject: [PATCH] Specify the package files --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 134b242..5055ea1 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,14 @@ "avsc", "json-schema" ], - "main": "lib/index.js", + "main": "./lib/index.js", "bin": { "flow2schema": "./bin/flow2schema" }, + "files": [ + "lib/", + "bin/" + ], "dependencies": { "@babel/types": "^7.0.0-beta.32", "babylon": "^7.0.0-beta.32",