File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
- " v4.2.1"
10
10
- " v4.3.0"
11
11
- " v6.9.1"
12
+ - " v8.9.1"
12
13
scripts : {
13
- " test " : " mocha "
14
+ " test " : " make test "
14
15
}
Original file line number Diff line number Diff line change 4
4
node --harmony ./node_modules/.bin/jison -m js ./src/sqlParser.jison -o ./dist/parser/sqlParser.js
5
5
cat src/stringify.js >> ./dist/parser/sqlParser.js
6
6
cat src/suffix.js >> ./dist/parser/sqlParser.js
7
- ./node_modules/mocha/bin/mocha $(TEST )
7
+ ./node_modules/mocha/bin/mocha $(TEST ) --require babel-register
8
8
9
- .PHONY : test release
9
+ .PHONY : test
10
10
Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"main" : " ./dist/parser/sqlParser.js" ,
6
6
"scripts" : {
7
- "test" : " mocha test/main.test.js --require babel-register " ,
7
+ "test" : " make test" ,
8
8
"benchmark" : " node test/benchmark.js"
9
9
},
10
10
"repository" : {
You can’t perform that action at this time.
0 commit comments