Skip to content

Commit b981f0a

Browse files
committed
v4.18.0
1 parent a80b296 commit b981f0a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alasql",
33
"description": "Use SQL to select and filter javascript data - including relational joins and search in nested objects (JSON). Export to and import from Excel and CSV",
4-
"version": "4.17.3",
4+
"version": "4.18.0",
55
"author": "Andrey Gershun <agershun@gmail.com>",
66
"contributors": [
77
"Mathias Wulff <m@rawu.dk>"

test/test2149.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ if (typeof exports === 'object') {
66
}
77

88
describe('Test CLI - Command Line Interface)', function () {
9-
console.log(__dirname);
109
const cliPath = path.join(__dirname, '..', 'bin', 'alasql-cli.js');
1110
const testSqlFile = path.join(__dirname, 'temp-test.sql');
1211
const testWithTxtFile = path.join(__dirname, 'test2149-with-txt.sql');

0 commit comments

Comments
 (0)