Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.

Commit 62305a6

Browse files
committed
updated package.json and readme
1 parent 37e17f3 commit 62305a6

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Private and Anonymous Messaging Application, built on top of the Zencash blockchain.
44

5-
Download the releases here: https://github.com/kendricktan/ZENChat/releases
5+
Download the releases here: https://github.com/ZencashOfficial/ZENChat/releases
66

77
![](http://i.imgur.com/7Dc45pR.gif)
88

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "ZENChat",
3-
"version": "0.0.1",
3+
"version": "0.0.1a",
44
"description": "Private and Anonymous Messaging Application, built on top of the Zencash blockchain",
55
"author": "Kendrick Tan",
6-
"homepage": "https://github.com/kendricktan/ZENChat",
6+
"homepage": "https://github.com/ZencashOfficial/zenchat",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/kendricktan/ZENChat.git"
9+
"url": "https://github.com/ZencashOfficial/ZENChat.git"
1010
},
1111
"license": "MIT",
1212
"main": "main.js",
@@ -27,6 +27,7 @@
2727
"babili-webpack-plugin": "^0.0.9",
2828
"bitcoin": "^3.0.1",
2929
"bitcoin-promise": "^1.3.1",
30+
"bluebird": "^3.5.0",
3031
"css-loader": "^0.28.5",
3132
"electron": "^1.6.7",
3233
"electron-packager": "^8.7.0",
@@ -55,8 +56,5 @@
5556
"webpack": "^2.5.1",
5657
"webpack-dev-server": "^2.4.5",
5758
"zencashjs": "^1.1.4-a"
58-
},
59-
"dependencies": {
60-
"bluebird": "^3.5.0"
6159
}
6260
}

0 commit comments

Comments
 (0)