🐞 fix: Update package.json
This commit is contained in:
@@ -2,17 +2,15 @@
|
||||
"name": "vdi-acf-block-scaffold",
|
||||
"displayName": "VDI ACF Block Scaffold",
|
||||
"description": "Scaffold WordPress ACF blocks from a template.",
|
||||
"version": "0.0.1",
|
||||
"publisher": "vdi",
|
||||
"version": "0.1.0",
|
||||
"publisher": "keith-solomon",
|
||||
"repository": "https://git.keithsolomon.net/keith/VsCode-Block-Scaffold",
|
||||
"engines": {
|
||||
"vscode": "^1.80.0"
|
||||
},
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
"activationEvents": [
|
||||
"onCommand:vdi-acf-block-scaffold.createBlock"
|
||||
],
|
||||
"main": "./out/extension.js",
|
||||
"contributes": {
|
||||
"commands": [
|
||||
|
||||
Reference in New Issue
Block a user