Skip to content

Commit ec6c347

Browse files
author
mustafaiman
committed
fixes package.json
1 parent 259c23a commit ec6c347

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hazelcast-nodejs-client",
3-
"version": "0.0.1",
3+
"version": "0.1",
44
"description": "Hazelcast - open source In-Memory Data Grid - client for NodeJS",
55
"main": "index.js",
66
"files": [
@@ -47,10 +47,9 @@
4747
"data",
4848
"grid"
4949
],
50-
"author": "Dmytro Kulaiev",
5150
"license": "Apache-2.0",
5251
"bugs": {
53-
"url": "https://github.com/hazelcast-incubator/hazelcast-nodejs-client/issues"
52+
"url": "https://github.com/hazelcast/hazelcast-nodejs-client/issues"
5453
},
55-
"homepage": "https://github.com/hazelcast-incubator/hazelcast-nodejs-client#readme"
54+
"homepage": "https://github.com/hazelcast/hazelcast-nodejs-client#readme"
5655
}

0 commit comments

Comments
 (0)