Skip to content

Commit a98827e

Browse files
committed
change version for readme and update parameters
1 parent 37c290c commit a98827e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

lib/connection.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ var requestId = {
3333

3434
var defaultOptions = {
3535
host: 'localhost',
36-
port: '3301',
37-
username: null,
38-
password: null,
39-
timeout: 5000
36+
port: '3301'
4037
};
4138

4239
function TarantoolConnection (options){

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tarantool-driver",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Tarantool driver for 1.6",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)