feature(package) format-io v1.0.0

This commit is contained in:
coderaiser 2018-06-12 15:26:55 +03:00
parent 9bc578fbbe
commit aa8916aea5
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
/* global CloudCmd, DOM*/
const Format = require('format-io');
const Format = require('format-io/legacy');
const currify = require('currify/legacy');
const store = require('fullstore/legacy');
const squad = require('squad/legacy');

View file

@ -128,7 +128,7 @@
"files-io": "^2.0.0",
"flop": "^4.0.0",
"for-each-key": "^1.0.1",
"format-io": "^0.9.6",
"format-io": "^1.0.0",
"fullstore": "^1.0.0",
"http-auth": "^3.2.3",
"inly": "^2.0.0",