File tree Expand file tree Collapse file tree 5 files changed +4
-16
lines changed
Expand file tree Collapse file tree 5 files changed +4
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11language : node_js
22sudo : false
33node_js :
4- - " 4"
5- - " 5"
4+ - " stable"
Original file line number Diff line number Diff line change 3030 border-width : var (--Button-border-width );
3131 box-sizing : border-box; /* 1 */
3232 color : var (--Button-color ); /* 2 */
33- cursor : pointer;
3433 display : inline-block;
3534 font : var (--Button-font ); /* 3 */
3635 margin : 0 ;
Original file line number Diff line number Diff line change 2525 "scripts" : {
2626 "build" : " npm run setup && npm run preprocess" ,
2727 "build-test" : " npm run setup && npm run preprocess-test" ,
28- "lint" : " suitcss -c test/config.json index.css build/lint.css && rm build/lint.css " ,
28+ "lint" : " suitcss index.css >/dev/null " ,
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"
33+ "test" : " npm run lint -- -e "
3434 },
3535 "devDependencies" : {
36- "stylelint-config-suitcss" : " ^4.0.0" ,
3736 "suitcss-components-test" : " *" ,
38- "suitcss-preprocessor" : " ^1 .0.1"
37+ "suitcss-preprocessor" : " ^3 .0.1"
3938 }
4039}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments