Comparing version 0.2.0 to 0.2.1
@@ -24,3 +24,3 @@ // Generated by CoffeeScript 1.10.0 | ||
basename = path.basename(filepath, path.extname(filepath)); | ||
parentDir = path.basename(appRoot); | ||
parentDir = path.basename(appRoot.path); | ||
if (namespace) { | ||
@@ -27,0 +27,0 @@ namespace = namespace + ":" + basename; |
{ | ||
"name": "depurar", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Debug with added sugar", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"coveralls": "^2.11.4", | ||
"istanbul": "^0.3.20", | ||
"istanbul": "^0.4.0", | ||
"mocha": "^2.3.2", | ||
@@ -28,0 +28,0 @@ "should": "^7.1.0", |
Sorry, the diff of this file is not supported yet
85514
24