postcss-cli
Advanced tools
Comparing version 2.1.0 to 2.1.1
2.1.1 / 2015-10-08 | ||
================== | ||
* add globby to support wildcards in Windows | ||
* remove obsolete note on postcss-import compatibility | ||
2.1.0 / 2015-09-01 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -0,1 +1,2 @@ | ||
var globby = require("globby"); | ||
var argv = require("yargs") | ||
@@ -55,3 +56,3 @@ .usage('Usage: $0 -use plugin [--config|-c config.json] [--output|-o output.css] [input.css]') | ||
var inputFiles = argv._; | ||
var inputFiles = globby.sync(argv._); | ||
if (!inputFiles.length) { | ||
@@ -58,0 +59,0 @@ if (argv.input) { |
{ | ||
"name": "postcss-cli", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "CLI for postcss", | ||
@@ -21,2 +21,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"globby": "^3.0.1", | ||
"neo-async": "^1.0.0", | ||
@@ -23,0 +24,0 @@ "postcss": "^5.0.0", |
@@ -58,4 +58,2 @@ [![Build Status](https://img.shields.io/travis/code42day/postcss-cli.svg)](http://travis-ci.org/code42day/postcss-cli) | ||
[postcss-import] does not have 5.x compatible version as of now. See workaround [here](https://github.com/code42day/postcss-cli/issues/24). | ||
#### `--config|-c` | ||
@@ -143,2 +141,2 @@ | ||
[postcss]: https://github.com/postcss/postcss | ||
[postcss-import]: https://github.com/postcss/postcss-import | ||
[postcss-import]: https://github.com/postcss/postcss-import |
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
10946
160
6
141
+ Addedglobby@^3.0.1
+ Addedarray-union@1.0.2(transitive)
+ Addedarray-uniq@1.0.3(transitive)
+ Addedarrify@1.0.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedglob@5.0.15(transitive)
+ Addedglobby@3.0.1(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpify@2.3.0(transitive)
+ Addedpinkie@1.0.0(transitive)
+ Addedpinkie-promise@1.0.0(transitive)
+ Addedwrappy@1.0.2(transitive)