Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "help-me", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Help command for node, partner of minimist and commist", | ||
@@ -5,0 +5,0 @@ "main": "help-me.js", |
@@ -10,9 +10,10 @@ help-me | ||
```js | ||
'use strict' | ||
var helpMe = require('help-me') | ||
, help =helpMe({ | ||
// the default | ||
dir: path.join(path.dirname(require.main.filename), 'doc') | ||
// the default | ||
, ext: '.txt' | ||
var help = helpMe({ | ||
// the default | ||
dir: path.join(path.dirname(require.main.filename), 'doc'), | ||
// the default | ||
ext: '.txt' | ||
}) | ||
@@ -35,3 +36,3 @@ | ||
var commist = require('commist')() | ||
, help = require('./')() | ||
var help = require('help-me')() | ||
@@ -38,0 +39,0 @@ commist.register('help', help.toStdout) |
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
10538
51