Skip to content

Commit 34a6fd5

Browse files
committed
river specific package.json
1 parent 1579138 commit 34a6fd5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "sql-parser",
3-
"description": "Lexer and Parser for SQL Syntax",
4-
"version": "0.4.1",
2+
"name": "river-sql-parser",
3+
"description": "Lexer and Parser for River Specific SQL Syntax",
4+
"version": "0.5.0",
55
"author": {
66
"name": "Andy Kent",
77
"email": "[email protected]"
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
},
1414
"devDependencies": {
15-
"jison": "0.3.12",
16-
"coffee-script": "1.4.0",
17-
"mocha" : "1.7.4",
18-
"should" : "1.2.1"
15+
"jison" : "0.3.12",
16+
"coffee-script" : "1.4.0",
17+
"mocha" : "1.7.4",
18+
"should" : "1.2.1"
1919
},
2020
"engines": [
2121
"node"

0 commit comments

Comments
 (0)