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 99 - " v4.2.1"
1010 - " v4.3.0"
1111 - " v6.9.1"
12+ - " v8.9.1"
1213scripts : {
13- " test " : " mocha "
14+ " test " : " make test "
1415 }
Original file line number Diff line number Diff line change 44 node --harmony ./node_modules/.bin/jison -m js ./src/sqlParser.jison -o ./dist/parser/sqlParser.js
55 cat src/stringify.js >> ./dist/parser/sqlParser.js
66 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
88
9- .PHONY : test release
9+ .PHONY : test
1010
Original file line number Diff line number Diff line change 44 "description" : " " ,
55 "main" : " ./dist/parser/sqlParser.js" ,
66 "scripts" : {
7- "test" : " mocha test/main.test.js --require babel-register " ,
7+ "test" : " make test" ,
88 "benchmark" : " node test/benchmark.js"
99 },
1010 "repository" : {
You can’t perform that action at this time.
0 commit comments