From c3c53dbe11c0c0682939821daf33b34453958242 Mon Sep 17 00:00:00 2001 From: Sune Simonsen Date: Thu, 5 Oct 2017 09:04:48 +0200 Subject: [PATCH] Fixed the script name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cf45d2..19b113d 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "homepage": "https://github.com/sunesimonsen/offline-github-changelog#readme", "engines" : { "node" : ">=6.9.1" }, "bin": { - "offline-changelog-generator": "./bin/offline-github-changelog" + "offline-github-changelog": "./bin/offline-github-changelog" } }