File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- <a href =' https://github.com/zeroturnaround /sql-formatter ' ><img src =" static/prettier-sql-clean.svg " width =" 128 " /></a >
1+ <a href =' https://github.com/sql-formatter-org /sql-formatter ' ><img src =" static/prettier-sql-clean.svg " width =" 128 " /></a >
22
3- # SQL Formatter [ ![ NPM version] ( https://img.shields.io/npm/v/sql-formatter.svg )] ( https://npmjs.com/package/sql-formatter ) ![ Build status] ( https://img.shields.io/github/workflow/status/zeroturnaround /sql-formatter/coveralls/master?label=Build&logo=Github ) ![ Coverage status] ( https://img.shields.io/coveralls/github/zeroturnaround /sql-formatter?branch=master&label=Coverage&logo=coveralls&style=plastic ) [ ![ VSCode] ( https://img.shields.io/visual-studio-marketplace/v/inferrinizzard.prettier-sql-vscode?label=vscode )] ( https://marketplace.visualstudio.com/items?itemName=inferrinizzard.prettier-sql-vscode )
3+ # SQL Formatter [ ![ NPM version] ( https://img.shields.io/npm/v/sql-formatter.svg )] ( https://npmjs.com/package/sql-formatter ) ![ Build status] ( https://img.shields.io/github/workflow/status/sql-formatter-org /sql-formatter/coveralls/master?label=Build&logo=Github ) ![ Coverage status] ( https://img.shields.io/coveralls/github/sql-formatter-org /sql-formatter?branch=master&label=Coverage&logo=coveralls&style=plastic ) [ ![ VSCode] ( https://img.shields.io/visual-studio-marketplace/v/inferrinizzard.prettier-sql-vscode?label=vscode )] ( https://marketplace.visualstudio.com/items?itemName=inferrinizzard.prettier-sql-vscode )
44
55** SQL Formatter** is a JavaScript library for pretty-printing SQL queries.
66
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class PrettierSQLArgs {
7777 process . exit ( 1 ) ;
7878 }
7979 console . error ( 'An unknown error has occurred, please file a bug report at:' ) ;
80- console . log ( 'https://github.com/zeroturnaround /sql-formatter/issues\n' ) ;
80+ console . log ( 'https://github.com/sql-formatter-org /sql-formatter/issues\n' ) ;
8181 throw e ;
8282 }
8383 return {
@@ -99,7 +99,7 @@ class PrettierSQLArgs {
9999 process . exit ( 1 ) ;
100100 }
101101 console . error ( 'An unknown error has occurred, please file a bug report at:' ) ;
102- console . log ( 'https://github.com/zeroturnaround /sql-formatter/issues\n' ) ;
102+ console . log ( 'https://github.com/sql-formatter-org /sql-formatter/issues\n' ) ;
103103 throw e ;
104104 }
105105 }
Original file line number Diff line number Diff line change 9090 },
9191 "repository" : {
9292 "type" : " git" ,
93- "url" : " https://github.com/zeroturnaround /sql-formatter.git"
93+ "url" : " https://github.com/sql-formatter-org /sql-formatter.git"
9494 },
9595 "bugs" : {
96- "url" : " https://github.com/zeroturnaround /sql-formatter/issues"
96+ "url" : " https://github.com/sql-formatter-org /sql-formatter/issues"
9797 },
9898 "dependencies" : {
9999 "argparse" : " ^2.0.1"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const attachFormat = () => {
7474<p><strong>${ e . message } </strong></p>
7575<p>
7676 Please report this at
77- <a href="https://github.com/zeroturnaround /sql-formatter/issues">Github issues page.<a>
77+ <a href="https://github.com/sql-formatter-org /sql-formatter/issues">Github issues page.<a>
7878</p>
7979<p>Stack Trace:</p>
8080<pre>${ e . stack . toString ( ) } </pre>
You can’t perform that action at this time.
0 commit comments