File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ node_js:
1212 - ' 4'
1313after_success :
1414 - npm run coverage
15+ - npx semantic-release
1516branches :
1617 except :
1718 - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 11{
22 "name" : " @prantlf/jsonlint" ,
3- "version" : " 1.6.4 " ,
3+ "version" : " 0.0.0-development " ,
44 "description" : " Validate JSON - checks syntax of JSON files." ,
5- "author" : " Zach Carter <zach@carter.name > (http://zaa.ch )" ,
5+ "author" : " Ferdinand Prantl <prantlf@gmail.com > (http://prantl.tk )" ,
66 "contributors" : [
77 " Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)" ,
88 " Greg Inman <ginman@itriagehealth.com>" ,
9- " Paul Vollmer <mail@paulvollmer.net> (http://paulvollmer.net)"
9+ " Paul Vollmer <mail@paulvollmer.net> (http://paulvollmer.net)" ,
10+ " Zach Carter <zach@carter.name> (http://zaa.ch)"
1011 ],
1112 "license" : " MIT" ,
1213 "licenses" : [
1819 "homepage" : " http://prantlf.github.com/jsonlint/" ,
1920 "repository" : {
2021 "type" : " git" ,
21- "url" : " git ://github.com/prantlf/jsonlint.git"
22+ "url" : " https ://github.com/prantlf/jsonlint.git"
2223 },
2324 "bugs" : {
2425 "url" : " http://github.com/prantlf/jsonlint/issues"
You can’t perform that action at this time.
0 commit comments