Skip to content

Commit

Permalink
Update preprocessor to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Jan 14, 2017
1 parent 19a06fa commit 3f48a88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .stylelintrc

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,15 @@
"scripts": {
"build": "npm run setup && npm run preprocess",
"build-test": "npm run setup && npm run preprocess-test",
"lint": "suitcss -c test/config.json index.css build/lint.css && rm build/lint.css",
"lint": "suitcss index.css build/lint.css -e && rm build/lint.css",
"preprocess": "suitcss index.css build/build.css",
"preprocess-test": "suitcss -i test test/test.css build/test.css",
"setup": "npm install",
"watch": "npm run preprocess-test -- -w -v",
"test": "npm run lint"
},
"devDependencies": {
"stylelint-config-suitcss": "^4.0.0",
"suitcss-components-test": "*",
"suitcss-preprocessor": "^1.0.1"
"suitcss-preprocessor": "^3.0.1"
}
}
6 changes: 0 additions & 6 deletions test/config.json

This file was deleted.

0 comments on commit 3f48a88

Please sign in to comment.