diff --git a/client/key/vim/find.js b/client/key/vim/find.js index c1bdf4af..bbf1d380 100644 --- a/client/key/vim/find.js +++ b/client/key/vim/find.js @@ -2,7 +2,7 @@ /* global DOM */ const fullstore = require('fullstore/legacy'); -const limier = require('limier'); +const limier = require('limier/legacy'); const Info = DOM.CurrentInfo; const searchStore = fullstore([]); diff --git a/package.json b/package.json index 8e42a2c7..4610700d 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "gunzip-maybe": "^1.3.1", "html-looks-like": "^1.0.2", "html-webpack-plugin": "webpack-contrib/html-webpack-plugin", - "limier": "^1.0.1", + "limier": "^2.0.0", "minor": "^1.2.2", "mock-require": "^3.0.1", "morgan": "^1.6.1",