Fix consumeVim version so we can use it
https://github.com/atom/vim-mode only provides provideVimMode in version 0.1.0.
This commit is contained in:
parent
1d0559fb16
commit
d88aeb71e6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
"consumedServices": {
|
"consumedServices": {
|
||||||
"vim-mode": {
|
"vim-mode": {
|
||||||
"versions": {
|
"versions": {
|
||||||
"^0.33.0": "consumeVim"
|
"^0.1.0": "consumeVim"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue