Skip to content

Commit ed5980c

Browse files
committed
typo in readme
1 parent f80af57 commit ed5980c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ equals(parsed, {
249249
'=': ['type', 'person']
250250
},
251251
{
252-
'IN': ['location', ['NY', 'America']
253-
]
252+
'IN': ['location', ['NY', 'America']]
254253
}
255254
]
256255
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql-where-parser",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Parses an SQL-like WHERE string into various forms.",
55
"main": "SqlWhereParser.js",
66
"scripts": {

test/SqlWhereParser.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ describe('SqlWhereParser', function() {
273273
'=': ['type', 'person']
274274
},
275275
{
276-
'IN': ['location', ['NY', 'America']
277-
]
276+
'IN': ['location', ['NY', 'America']]
278277
}
279278
]
280279
},

0 commit comments

Comments
 (0)