From 254690572e86d31c60aaac5b234fbb6b5d11eabf Mon Sep 17 00:00:00 2001 From: Jakub Freisler Date: Sat, 16 May 2020 11:28:04 +0200 Subject: [PATCH] fix: cli path for binary command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40dae0d..4b52311 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.1.0", "description": "Simple wrapper around javascript replace with CLI usage support!", "bin": { - "frs-replace": "./src/cli.js" + "frs-replace": "./bin/cli.js" }, "main": "index.js", "repository": "https://github.com/FRSource/frs-replace.git",