feature(flop) v1.3.0

This commit is contained in:
coderaiser 2015-06-26 07:33:57 -04:00
parent 239073b97b
commit b9177e7aec
2 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

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