Skip to content

Commit

Permalink
claim scoped package
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Jul 5, 2020
1 parent fff987c commit e695f66
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
@@ -1,5 +1,6 @@
Erik H <techstonia@gmail.com>
Erik Hirmo <erik.hirmo@roguewave.com>
George Leslie-Waksman <waksman@gmail.com>
Matheus Salmi <mathsalmi@gmail.com>
Matheus Teixeira <matheus.mtxr@gmail.com>
Nicolas Dermine <nicolas.dermine@gmail.com>
Expand Down
3 changes: 2 additions & 1 deletion LICENSE
@@ -1,6 +1,7 @@
The MIT License (MIT)

Copyright (c) 2016-present ZeroTurnaround LLC
Copyright (c) 2016-2020 ZeroTurnaround LLC
Copyright (c) 2020-present George Leslie-Waksman and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 7 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "sql-formatter",
"version": "2.3.3",
"name": "@gwax/sql-formatter",
"version": "3.0.0-alpha.0",
"description": "Formats whitespaces in a SQL query to make it more readable",
"license": "MIT",
"main": "lib/sqlFormatter.js",
Expand All @@ -9,11 +9,12 @@
"formatter",
"format",
"n1ql",
"whitespaces"
"whitespace"
],
"authors": [
"Rene Saarsoo",
"Uku Pattak"
"Uku Pattak",
"George Leslie-Waksman"
],
"files": [
"dist",
Expand All @@ -34,10 +35,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/zeroturnaround/sql-formatter.git"
"url": "https://github.com/gwax/sql-formatter.git"
},
"bugs": {
"url": "https://github.com/zeroturnaround/sql-formatter/issues"
"url": "https://github.com/gwax/sql-formatter/issues"
},
"dependencies": {
"lodash": "^4.16.0"
Expand Down

0 comments on commit e695f66

Please sign in to comment.