Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavi Dhokia committed Feb 22, 2019
2 parents 909dbef + 6e97c70 commit 4be5985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"commands": [
{
"name": "👮‍♀️ Validate",
"description": "Check that Monzo conventions are being followed 🤓",
"description": "Check that the correct conventions are being followed 🤓",
"identifier": "monzo.validate",
"script": "./cmd/validate.js",
"shortcut": "ctrl shift m"
},
{
"name": "🧙‍♀️ Validate and fix",
"description": "Apply Monzo conventions automatically 🧙‍♀",
"name": " Validate and clean",
"description": "Apply correct conventions automatically ️️️✨",
"identifier": "monzo.validate-and-fix",
"script": "./cmd/validate-and-fix.js",
"shortcut": "ctrl shift l"
}
],
"menu": {
"title": "🏦 Monzo",
"title": "✨ File Cleaner",
"items": ["monzo.validate", "monzo.validate-and-fix"]
}
}

0 comments on commit 4be5985

Please sign in to comment.