Comparing version 10.0.0 to 10.0.1
@@ -14,3 +14,3 @@ #!/usr/bin/env node | ||
if (cmd === '-h' || cmd === '--help') { | ||
const options = require('../lib/options'); | ||
const options = require('../lib/options-cliengine'); | ||
console.log(options.generateHelp()); | ||
@@ -17,0 +17,0 @@ return; |
# Changes | ||
## 10.0.1 | ||
- π [`f62713b`](https://github.com/mantoni/eslint_d.js/commit/f62713b79ed41de24cb7dcfacb8d6015011e90a7) | ||
Unbreak `eslint_d --help` (Christian Albrecht) | ||
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2021-02-10._ | ||
## 10.0.0 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "eslint_d", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "Makes eslint the fastest linter on the planet", | ||
@@ -5,0 +5,0 @@ "bin": "bin/eslint_d.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
60670
0