Skip to content

Commit fcde933

Browse files
committed
fix reference to Lable
1 parent 98fa392 commit fcde933

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "git://github.com/redislabs/redisgraph.js.git"
1010
},
1111
"dependencies": {
12-
"redisgraph.js": "^1.1.0"
12+
"redisgraph.js": "^1.1.3"
1313
},
1414
"main": "redisGraphExample.js"
1515
}

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const Record = require("./src/record"),
22
RedisGraph = require("./src/redisGraph"),
33
ResultSet = require("./src/resultSet"),
44
Statistics = require("./src/statistics"),
5-
Label = require("./label");
5+
Label = require("./src/label");
66

77
module.exports = {
88
Record: Record,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redisgraph.js",
3-
"version": "1.1.0",
3+
"version": "1.1.3",
44
"description": "Connect to RedisGraph 1.0.0 and up from JavaScript",
55
"author": "RedisLabs",
66
"license": "BSD 3",

0 commit comments

Comments
 (0)