crojsdoc-plugin-auto-namespace
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -10,4 +10,4 @@ // Generated by CoffeeScript 1.9.3 | ||
path = dirname(comment.path); | ||
if (path !== '.') { | ||
return comment.namespace = path + '.'; | ||
if (path !== '.' && !comment.namespace) { | ||
return comment.namespace = path; | ||
} | ||
@@ -14,0 +14,0 @@ }; |
{ | ||
"name": "crojsdoc-plugin-auto-namespace", | ||
"description": "A CroJSDoc plugin that set namespace automatically", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "crojsdoc", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2121