imdone-core
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -283,3 +283,3 @@ var _ = require("lodash"), | ||
// TODO:0 Implement #listname:0 style tasks in any text file | ||
// DOING:0 Implement #listname:0 style tasks in any text file | ||
/** | ||
@@ -286,0 +286,0 @@ * Description |
@@ -465,2 +465,5 @@ var _ = require('lodash'), | ||
if (!/\.\.(\/|\\)/.test(file.path)) { | ||
// If dir does not exist create it | ||
var dirName = path.dirname(filePath); | ||
if (!fs.existsSync(dirName)) wrench.mkdirSyncRecursive(dirName); | ||
//log("file:%s", JSON.stringify(file, null, 5)); | ||
@@ -752,3 +755,3 @@ fs.writeFile(filePath, file.content, 'utf8', function(err, data) { | ||
// DOING:30 modifyTask must be async. Get file content before proceeding. | ||
// DOING:20 modifyTask must be async. Get file content before proceeding. | ||
/** | ||
@@ -755,0 +758,0 @@ * Description |
{ | ||
"name": "imdone-core", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "imdone-core", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"wrench": "~1.5.8", | ||
"async": "~0.2.10", | ||
"async": "~0.7.0", | ||
"chokidar": "~0.8.2", | ||
@@ -35,0 +35,0 @@ "debug": "~0.8.0" |
81251
2817
+ Addedasync@0.7.0(transitive)
- Removedasync@0.2.10(transitive)
Updatedasync@~0.7.0