postcss-cli
Advanced tools
Comparing version 8.2.0 to 8.3.0
@@ -0,1 +1,5 @@ | ||
# 8.3.0 / 2020-11-17 | ||
- Exit on EOF/`^D` ([#358](https://github.com/postcss/postcss-cli/pull/358)) | ||
# 8.2.0 / 2020-10-29 | ||
@@ -2,0 +6,0 @@ |
@@ -54,2 +54,7 @@ 'use strict' | ||
if (argv.watch) { | ||
process.stdin.on('end', () => process.exit(0)) | ||
process.stdin.resume() | ||
} | ||
Promise.resolve() | ||
@@ -56,0 +61,0 @@ .then(() => { |
{ | ||
"name": "postcss-cli", | ||
"version": "8.2.0", | ||
"version": "8.3.0", | ||
"description": "CLI for PostCSS", | ||
@@ -5,0 +5,0 @@ "main": "index.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
31866
388