We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259c23a commit ec6c347Copy full SHA for ec6c347
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hazelcast-nodejs-client",
3
- "version": "0.0.1",
+ "version": "0.1",
4
"description": "Hazelcast - open source In-Memory Data Grid - client for NodeJS",
5
"main": "index.js",
6
"files": [
@@ -47,10 +47,9 @@
47
"data",
48
"grid"
49
],
50
- "author": "Dmytro Kulaiev",
51
"license": "Apache-2.0",
52
"bugs": {
53
- "url": "https://github.com/hazelcast-incubator/hazelcast-nodejs-client/issues"
+ "url": "https://github.com/hazelcast/hazelcast-nodejs-client/issues"
54
},
55
- "homepage": "https://github.com/hazelcast-incubator/hazelcast-nodejs-client#readme"
+ "homepage": "https://github.com/hazelcast/hazelcast-nodejs-client#readme"
56
}
0 commit comments