mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 10:38:26 +00:00
feature(flop) v1.3.0
This commit is contained in:
parent
239073b97b
commit
b9177e7aec
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
fs = require('fs'),
|
||||
|
||||
mellow = require('mellow'),
|
||||
flop = require('flop'),
|
||||
ponse = require('ponse'),
|
||||
files = require('files-io'),
|
||||
rendy = require('rendy'),
|
||||
|
|
@ -166,7 +166,7 @@
|
|||
name = name.replace(CloudFunc.FS, '') || '/';
|
||||
fullPath = root(name);
|
||||
|
||||
mellow.read(fullPath, function(error, dir) {
|
||||
flop.read(fullPath, function(error, dir) {
|
||||
if (dir)
|
||||
dir.path = format.addSlashToEnd(name);
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
"express": "~4.13.0",
|
||||
"faust": "~1.0.0",
|
||||
"files-io": "~1.2.0",
|
||||
"flop": "~1.2.0",
|
||||
"flop": "~1.3.0",
|
||||
"format-io": "~0.9.6",
|
||||
"http-auth": "~2.2.3",
|
||||
"jag": "~1.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue