feature(package) limier v2.0.0

This commit is contained in:
coderaiser 2018-03-02 11:53:05 +02:00
parent 9293d7599c
commit 8f9867d028
2 changed files with 2 additions and 2 deletions

View file

@ -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([]);

View file

@ -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",