We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e109ec7 commit 291d1d9Copy full SHA for 291d1d9
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v0.1.2
4
+- Only log if there is something to log (don't log undefined).
5
+
6
## v0.1.1
7
- Only exit process if code is non-zero.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-log-warnings",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Log PostCSS warnings in the console",
"main": "index.js",
"scripts": {
0 commit comments