Skip to content

Commit

Permalink
fixes package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaiman committed Mar 16, 2016
1 parent 259c23a commit ec6c347
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hazelcast-nodejs-client",
"version": "0.0.1",
"version": "0.1",
"description": "Hazelcast - open source In-Memory Data Grid - client for NodeJS",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -47,10 +47,9 @@
"data",
"grid"
],
"author": "Dmytro Kulaiev",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hazelcast-incubator/hazelcast-nodejs-client/issues"
"url": "https://github.com/hazelcast/hazelcast-nodejs-client/issues"
},
"homepage": "https://github.com/hazelcast-incubator/hazelcast-nodejs-client#readme"
"homepage": "https://github.com/hazelcast/hazelcast-nodejs-client#readme"
}

0 comments on commit ec6c347

Please sign in to comment.