From 843a252bda13ae3ab1be334fbb4bd993c1c251a1 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 8 May 2017 15:24:03 +0200 Subject: [PATCH] Fix bin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91f2624..a950844 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.1.1", "description": "Readme Standard Style", "main": "cat.js", - "bin": "standard-readme-spec", + "bin": "cat.js", "repository": { "type": "git", "url": "git+https://github.com/RichardLitt/standard-readme.git"