Edit description for 0.5.1.

This commit is contained in:
Grégoire Geis 2021-06-02 23:15:38 +02:00
parent 1fedcd947d
commit a83bffde8e
3 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,7 @@
# Dance
[Kakoune]-inspired key bindings for [Visual Studio Code][vsc].
[Kakoune]-inspired key bindings, modes, menus and scripting for
[Visual Studio Code][vsc].
## Important note
@ -31,7 +32,7 @@ of it.
- Kakoune is an efficient and lightweight editor with a very small ecosystem.
VS Code is an entire IDE with a huge ecosystem and many existing extensions.
- Kakoune is Unix only.
- Kakoune is Unix-only.
#### Why [Kakoune]'s key bindings, and not [Vim]'s?

View File

@ -82,8 +82,8 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({
// ==========================================================================
name: "dance",
description: "Make those cursors dance with Kakoune-inspired keybindings.",
version: "0.5.0",
description: "Kakoune-inspired key bindings, modes, menus and scripting.",
version: "0.5.1",
license: "ISC",
author: {

4
package.json generated
View File

@ -1,7 +1,7 @@
{
"name": "dance",
"description": "Make those cursors dance with Kakoune-inspired keybindings.",
"version": "0.5.0",
"description": "Kakoune-inspired key bindings, modes, menus and scripting.",
"version": "0.5.1",
"license": "ISC",
"author": {
"name": "Grégoire Geis",