From 62109e63fd2f1f85808a20fbb4ce5f8827e7f9b7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 6 Mar 2020 12:48:47 +0000 Subject: [PATCH] chore(makefile): Fix typo in new-version target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e13262..b862070 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ bootstrap: new-version: $(if $(shell which npx),,\ $(error No npx not found in PATH, please install NodeJS)) - $(if $(shell which standardx-version),,\ + $(if $(shell which standard-version),,\ $(error No standard-version not found in PATH, install with: \ npm install -g standard-version))