Skip to content

Commit

Permalink
Extracted out the CLI into a separate module.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-eb committed Sep 6, 2015
1 parent f1ace35 commit 8f4db22
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 125 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
* postcss-minify-font-weight & postcss-font-family were consolidated into
postcss-minify-font-values. Using the old options will print deprecation
warnings (thanks to @TrySound).
* The cssnano CLI was extracted into a separate module, so that dependent
modules such as gulp-cssnano don't download unnecessary extras.

# 2.6.1

Expand Down
42 changes: 0 additions & 42 deletions bin/cmd.js

This file was deleted.

23 changes: 0 additions & 23 deletions bin/usage.txt

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"scripts": {
"bench": "tape benchmark/index.js",
"test-cli": "tape tests/cli.js",
"test-integrations": "tape tests/integrations.js",
"test-fixtures": "tape tests/fixtures.js | tap-spec",
"test-modules": "tape tests/modules.js | tap-spec",
Expand All @@ -32,7 +31,6 @@
"decamelize": "^1.0.0",
"defined": "^1.0.0",
"indexes-of": "^1.0.1",
"minimist": "^1.2.0",
"postcss": "^5.0.4",
"postcss-calc": "^5.0.0",
"postcss-colormin": "^2.0.0",
Expand All @@ -54,9 +52,7 @@
"postcss-single-charset": "^1.0.0",
"postcss-svgo": "^2.0.0",
"postcss-unique-selectors": "^2.0.0",
"postcss-zindex": "^2.0.0",
"read-file-stdin": "^0.2.0",
"write-file-stdout": "0.0.2"
"postcss-zindex": "^2.0.0"
},
"devDependencies": {
"json-loader": "^0.5.2",
Expand Down
55 changes: 0 additions & 55 deletions tests/cli.js

This file was deleted.

0 comments on commit 8f4db22

Please sign in to comment.