From 4f9c182c100c90788fedcb88465ffb33f18c8f84 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 2 Aug 2015 17:38:29 +0200 Subject: [PATCH] Fix missing `cli.js` in ignored npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a176d3..fa26802 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": {}, "bin": "cli.js", "files": [ - "bin", + "cli.js", "index.js" ], "repository": {