Skip to content

Commit

Permalink
[fix: #11] Rename to concisecss and Delete pr unit
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kolce committed Sep 16, 2016
1 parent a82cb2b commit 80cbb26
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 48 deletions.
1 change: 0 additions & 1 deletion lib/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = (file) => {

return postcss([
require('postcss-lh'),
require('postcss-pr'),
require('postcss-custom-media'),
require('postcss-media-minmax'),
require('autoprefixer')
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "concise-cli",
"version": "0.2.0",
"version": "0.3.0",
"description": "Command-line Interface for Concise Framework",
"main": "index.js",
"scripts": {
"test": "tape test"
},
"bin": {
"concise": "index.js"
"concisecss": "index.js"
},
"author": "James Kolce <[email protected]>",
"license": "MIT",
Expand All @@ -17,9 +17,9 @@
"node-sass": "^3.7.0",
"postcss": "^5.0.21",
"postcss-custom-media": "^5.0.1",
"postcss-import": "^8.1.2",
"postcss-lh": "^1.1.0",
"postcss-media-minmax": "^2.1.2",
"postcss-pr": "^1.0.0"
"postcss-media-minmax": "^2.1.2"
},
"devDependencies": {
"tape": "^4.5.1"
Expand Down
20 changes: 0 additions & 20 deletions test/fixtures/pxToRem/pxToRem.css

This file was deleted.

18 changes: 0 additions & 18 deletions test/fixtures/pxToRem/pxToRem.scss

This file was deleted.

5 changes: 0 additions & 5 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ test('units', (t) => {
expected('verticalRhythm'),
'should be added');

t.equal(
actual('pxToRem'),
expected('pxToRem'),
'should be transformed');

t.equal(
actual('pxToEm'),
expected('pxToEm'),
Expand Down

0 comments on commit 80cbb26

Please sign in to comment.