mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
feature(package) flop v2.0.0
This commit is contained in:
parent
2bfaa0092d
commit
ebe949b585
3 changed files with 3 additions and 3 deletions
|
|
@ -109,7 +109,7 @@
|
|||
"execon": "^1.2.0",
|
||||
"express": "^4.13.0",
|
||||
"files-io": "^1.2.0",
|
||||
"flop": "^1.4.0",
|
||||
"flop": "^2.0.0",
|
||||
"format-io": "^0.9.6",
|
||||
"http-auth": "^2.3.1",
|
||||
"inly": "^1.0.2",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ const markdown = require(DIR + 'markdown');
|
|||
const jaguar = require('jaguar/legacy');
|
||||
const onezip = require('onezip/legacy');
|
||||
const inly = require('inly/legacy');
|
||||
const flop = require('flop');
|
||||
const flop = require('flop/legacy');
|
||||
const pullout = require('pullout/legacy');
|
||||
const ponse = require('ponse');
|
||||
const rendy = require('rendy');
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ const DIR_FS = DIR_TMPL + 'fs/';
|
|||
|
||||
const fs = require('fs');
|
||||
|
||||
const flop = require('flop');
|
||||
const flop = require('flop/legacy');
|
||||
const ponse = require('ponse');
|
||||
const files = require('files-io');
|
||||
const rendy = require('rendy');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue