simple-bin-help
Advanced tools
Comparing version 1.5.1 to 1.6.0
'use strict' | ||
const updateNotifier = require('update-notifier') | ||
const wrap = require('word-wrap') | ||
var updateNotifier = require('update-notifier') | ||
var wrap = require('word-wrap') | ||
function isHelp (arg) { | ||
return arg === '-h' || | ||
arg === '--help' | ||
return arg === '-h' || arg === '--help' | ||
} | ||
@@ -10,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "test": "mocha --harmony spec", |
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
8102
79