Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thetwopct committed Feb 22, 2023
1 parent 252e9fd commit 501388f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -21,9 +21,9 @@
"README.md",
"screenshot.gif"
],
"engines" : {
"node" : ">=15.0.0"
},
"engines": {
"node": ">=15.0.0"
},
"author": "James Hunt <[email protected]>",
"license": "ISC",
"repository": {
Expand Down

0 comments on commit 501388f

Please sign in to comment.