From 501388f75c2da04323a532c6e3e488b32535f359 Mon Sep 17 00:00:00 2001 From: James Hunt <10615884+thetwopct@users.noreply.github.com> Date: Thu, 23 Feb 2023 00:56:23 +0700 Subject: [PATCH] 1.0.7 --- package-lock.json | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91b7bed..498e196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-acf-block-json", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-acf-block-json", - "version": "1.0.6", + "version": "1.0.7", "license": "ISC", "bin": { "create-acf-block": "bin/index.js" diff --git a/package.json b/package.json index 148c759..9017fcd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-acf-block-json", "description": "Quickly create an a new WordPress Block that uses Advanced Custom Fields (ACF) and utilised block.json and block-specific CSS.", - "version": "1.0.6", + "version": "1.0.7", "main": "./lib/create-acf-block-json.js", "bin": { "create-acf-block-json": "./bin/index.js" @@ -21,9 +21,9 @@ "README.md", "screenshot.gif" ], - "engines" : { - "node" : ">=15.0.0" - }, + "engines": { + "node": ">=15.0.0" + }, "author": "James Hunt <10615884+thetwopct@users.noreply.github.com>", "license": "ISC", "repository": {