From 08e3752fcfbdf42b950f365ce68ee694043ecf2e Mon Sep 17 00:00:00 2001 From: Vyshnav S Deepak Date: Mon, 23 Oct 2023 15:46:19 +0530 Subject: [PATCH] Fix spacing in 'engines' key SemVer specification By eliminating the unnecessary space in the Semantic Versioning (SemVer) requirement, the project now ensures better compatibility with automated deployment and build processes. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 527901201..b8e1fd159 100755 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "git+https://github.com/tryghost/gatsby-starter-ghost.git" }, "engines": { - "node": ">= 12.13.0" + "node": ">=12.13.0" }, "bugs": { "url": "https://github.com/tryghost/gatsby-starter-ghost/issues"