Comparing version 2.8.1 to 2.8.2
# Changelog | ||
## 2.8.2 | ||
- Small fix for stdin #48 | ||
- Updated deps in package.json | ||
## 2.8.1 | ||
@@ -4,0 +8,0 @@ - Updated deps in package.json |
@@ -13,2 +13,3 @@ 'use strict'; | ||
_ = require('lodash'), | ||
isTTY = process.stdin.isTTY, | ||
json, | ||
@@ -52,8 +53,7 @@ jsonConfig, | ||
if(process.stdin.isTTY && !program.args.length) { | ||
if(isTTY && !program.args.length) { | ||
program.help(); | ||
} | ||
async.series( | ||
process.stdin.isTTY ? | ||
isTTY || program.args.length ? | ||
tasks.forResources(program.args, settings) : | ||
@@ -60,0 +60,0 @@ tasks.forStdin(settings), |
@@ -13,3 +13,3 @@ { | ||
"description": "Search tool typos in the text, files and websites", | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"license": "MIT", | ||
@@ -39,3 +39,3 @@ "homepage": "https://github.com/hcodes/yaspeller", | ||
"commander": "~2.9.0", | ||
"eyo-kernel": "~1.0.2", | ||
"eyo-kernel": "~1.0.4", | ||
"entities": "~1.1.1", | ||
@@ -45,6 +45,6 @@ "isutf8": "~2.0.0", | ||
"minimatch": "~3.0.2", | ||
"request": "^2.72.0", | ||
"request": "^2.73.0", | ||
"showdown": "~1.4.2", | ||
"strip-json-comments": "~2.0.1", | ||
"xml2js": "~0.4.16", | ||
"xml2js": "~0.4.17", | ||
"yandex-speller": "~1.0.0" | ||
@@ -54,4 +54,4 @@ }, | ||
"chai": "~3.5.0", | ||
"istanbul": "~0.4.3", | ||
"jscs": "~3.0.4", | ||
"istanbul": "~0.4.4", | ||
"jscs": "~3.0.7", | ||
"jshint": "~2.9.2", | ||
@@ -58,0 +58,0 @@ "mocha": "~2.5.3", |
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
65699
1704
Updatedeyo-kernel@~1.0.4
Updatedrequest@^2.73.0
Updatedxml2js@~0.4.17