Upgrade to fs-plus@0.5.0

This commit is contained in:
Kevin Sawicki 2013-10-31 17:37:05 -07:00
parent b8680be6c6
commit bf48195752
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"coffeestack": "0.6.0",
"emissary": "0.9.0",
"first-mate": "0.5.0",
"fs-plus": "0.4.0",
"fs-plus": "0.5.0",
"fuzzaldrin": "0.1.0",
"git-utils": "0.28.0",
"guid": "0.0.10",

View File

@ -11,6 +11,7 @@ fs.makeTree = fs.makeTreeSync
fs.move = fs.moveSync
fs.read = (filePath) -> fs.readFileSync(filePath, 'utf8')
fs.remove = fs.removeSync
fs.write = fs.writeFile
fs.writeSync = fs.writeFileSync
fs = require 'fs-plus'