From 4d8d108f2b2c27c33c93e1f665df179644d9c7cc Mon Sep 17 00:00:00 2001 From: ybiquitous Date: Mon, 25 Sep 2017 13:26:01 +0900 Subject: [PATCH] fix(init): add missing files to be published (#18) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bae5119e..74c29bda 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,10 @@ "files": [ "bin", "lib", - "src" + "src", + ".editorconfig", + ".eslintrc.js", + "commitlint.config.js" ], "main": "index.js", "bin": {