Comparing version
@@ -32,5 +32,6 @@ // Generated by CoffeeScript 1.3.3 | ||
delete require.cache[filePath]; | ||
next(null, result); | ||
} catch (err) { | ||
next(err, result); | ||
return next(err, result); | ||
} finally { | ||
return next(null, result); | ||
} | ||
@@ -37,0 +38,0 @@ } else if (/\.(json|cson)$/.test(filePath)) { |
{ | ||
"name": "cson", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/cson", |
7202
0.47%169
0.6%