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