File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - diff -q README.md README.md.orig
3333 language : generic
3434 - env : task=json-lint
35- install : npm install jsonlint
35+ addons :
36+ apt :
37+ packages :
38+ - jq
3639 script :
3740 - npm run jsonlint
3841 language : generic
Original file line number Diff line number Diff line change 66 "license" : " AGPL-3.0" ,
77 "scripts" : {
88 "test" : " npm run-script standard && npm run-script jsonlint" ,
9- "jsonlint" : " find . -not -path './node_modules/*' -type f -name '*.json' | while read json; do echo $json ; jsonlint -q $json; done" ,
9+ "jsonlint" : " find . -not -path './node_modules/*' -type f -name '*.json' | while read json; do echo $json ; jq . $json; done" ,
1010 "standard" : " node ./node_modules/standard/bin/cmd.js" ,
1111 "dev" : " webpack --config webpack.config.js --progress --colors --watch" ,
1212 "build" : " webpack --config webpack.production.js --progress --colors --bail" ,
You can’t perform that action at this time.
0 commit comments