imdone-core
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -216,2 +216,4 @@ var _ = require("lodash"), | ||
log('checking for valid task with regex:%s', symbolRegex); | ||
if (lang && symbol) { | ||
@@ -231,2 +233,3 @@ for(var i=pos-1; !done; i--) { | ||
log('valid:%s', valid); | ||
return valid; | ||
@@ -245,3 +248,4 @@ }; | ||
cleanContent = this.content.replace(regEx, function(block) { | ||
return block.replace(new RegExp(LINK_STYLE_REGEX), "**TASK**"); | ||
block = block.replace(new RegExp(LINK_STYLE_REGEX), "**TASK**"); | ||
block = block.replace(new RegExp(HASH_STYLE_REGEX), "**TASK**"); | ||
}); | ||
@@ -248,0 +252,0 @@ } |
{ | ||
"name": "imdone-core", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "imdone-core", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
"wrench": "~1.5.8", | ||
"async": "~0.7.0", | ||
"async": "~0.9.0", | ||
"chokidar": "~0.8.2", | ||
@@ -32,0 +32,0 @@ "debug": "~0.8.0" |
imdone-core | ||
=========== | ||
[![Build Status](https://travis-ci.org/imdone/imdone-core.png?branch=master)](https://travis-ci.org/imdone/imdone-core) | ||
[![Dependency Status](https://gemnasium.com/piascikj/imdone-core.png)](https://gemnasium.com/piascikj/imdone-core) | ||
@@ -5,0 +6,0 @@ The heart of imdone seperated from it's outer layer to allow embedding in other projects. |
87956
3021
30
+ Addedasync@0.9.2(transitive)
- Removedasync@0.7.0(transitive)
Updatedasync@~0.9.0