Skip to content

Commit d60431f

Browse files
author
Uku Pattak
committed
1.0.0
1 parent 1579397 commit d60431f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql-formatter",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"description": "Formats whitespaces in a SQL query to make it more readable",
55
"license": "MIT",
66
"main": "lib/sqlFormatter.js",
@@ -63,7 +63,9 @@
6363
"webpack": "^1.13.1"
6464
},
6565
"jest": {
66-
"testPathDirs": ["test"],
66+
"testPathDirs": [
67+
"test"
68+
],
6769
"testRegex": ".*Test",
6870
"collectCoverage": true
6971
}

0 commit comments

Comments
 (0)