Update package.json

This commit is contained in:
MasonBone 2021-11-18 12:32:32 -06:00 committed by GitHub
parent acd7a0e442
commit bcee01f76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,11 +47,11 @@
"command": "mind-reader.selectTheme", "command": "mind-reader.selectTheme",
"title": "Select Theme" "title": "Select Theme"
}, },
<<<<<<< HEAD
{ {
"command": "mind-reader.openWebview", "command": "mind-reader.openWebview",
"title": "Mind Reader Webview" "title": "Mind Reader Webview
======= },
{ {
"command": "mind-reader.runLineContext", "command": "mind-reader.runLineContext",
@ -65,7 +65,6 @@
{ {
"command": "mind-reader.getIndent", "command": "mind-reader.getIndent",
"title": "Get Line Indentation" "title": "Get Line Indentation"
>>>>>>> master
} }
], ],