Comparing version 1.0.2 to 1.0.3
@@ -56,3 +56,2 @@ var util = require('util'); | ||
if (mod === require.cache[i].exports) { | ||
console.log(require.cache[i]); | ||
path = require.cache[i].filename; | ||
@@ -59,0 +58,0 @@ } |
{ | ||
"name": "doxli", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Get dox documentation for modules on the command line.", | ||
@@ -5,0 +5,0 @@ "main": "doxli.js", |
@@ -26,1 +26,9 @@ doxli | ||
``` | ||
Using ```doxli``` in a module to automatically provide ```help``` functions for exports: | ||
``` | ||
var doxli = require('doxli'); | ||
// module definition goes here | ||
doxli(this); | ||
``` |
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
4608
34
131