Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Uku Pattak committed Nov 7, 2016
1 parent 1579397 commit d60431f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "sql-formatter",
"version": "0.0.3",
"version": "1.0.0",
"description": "Formats whitespaces in a SQL query to make it more readable",
"license": "MIT",
"main": "lib/sqlFormatter.js",
Expand Down Expand Up @@ -63,7 +63,9 @@
"webpack": "^1.13.1"
},
"jest": {
"testPathDirs": ["test"],
"testPathDirs": [
"test"
],
"testRegex": ".*Test",
"collectCoverage": true
}
Expand Down

0 comments on commit d60431f

Please sign in to comment.