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:
Jasper v. B. 2015-03-09 11:45:07 +01:00
parent 1d0559fb16
commit d88aeb71e6

View file

@ -20,7 +20,7 @@
"consumedServices": {
"vim-mode": {
"versions": {
"^0.33.0": "consumeVim"
"^0.1.0": "consumeVim"
}
}
},