Skip to content

Commit 3858316

Browse files
committed
Update preprocessor to latest
1 parent 8d051e9 commit 3858316

File tree

2 files changed

+2547
-3
lines changed

2 files changed

+2547
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"scripts": {
2626
"build": "npm run setup && npm run preprocess",
2727
"build-test": "npm run setup && npm run preprocess-test",
28-
"lint": "suitcss index.css >/dev/null",
28+
"lint": "suitcss -e index.css build/lint.css && rm build/lint.css",
2929
"preprocess": "suitcss index.css build/build.css",
3030
"preprocess-test": "suitcss -i test test/test.css build/test.css",
3131
"setup": "npm install",
3232
"watch": "npm run preprocess-test -- -w -v",
33-
"test": "npm run lint -- -e"
33+
"test": "npm run lint"
3434
},
3535
"devDependencies": {
3636
"suitcss-components-test": "*",
37-
"suitcss-preprocessor": "^3.0.1"
37+
"suitcss-preprocessor": "^4.0.0"
3838
}
3939
}

0 commit comments

Comments
 (0)