diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-11 15:09:25 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-11 15:09:25 +0100 |
commit | 668f2f9e2cab061d0dc4d73c321f55de27bbbbd3 (patch) | |
tree | 3cc9a4c79861cba79b1300b2b5cd71a8b73cab24 | |
parent | 530975b4fb91ea6ea7ad9c69a915a0bc20882952 (diff) | |
download | gitbook-668f2f9e2cab061d0dc4d73c321f55de27bbbbd3.zip gitbook-668f2f9e2cab061d0dc4d73c321f55de27bbbbd3.tar.gz gitbook-668f2f9e2cab061d0dc4d73c321f55de27bbbbd3.tar.bz2 |
Update urls in package.json
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 27227f5..dea8f6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitbook", "version": "1.5.0", - "homepage": "http://www.gitbook.io/", + "homepage": "https://www.gitbook.com", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", "dependencies": { @@ -55,7 +55,7 @@ "book", "gitbook" ], - "author": "FriendCode <contact@friendco.de>", + "author": "FriendCode Inc. <contact@gitbook.com>", "license": "Apache 2", "bugs": { "url": "https://github.com/GitbookIO/gitbook/issues" @@ -63,11 +63,11 @@ "contributors": [ { "name": "Aaron O'Mullan", - "email": "aaron.omullan@gmail.com" + "email": "aaron@gitbook.com" }, { "name": "Samy Pessé", - "email": "samypesse@gmail.com" + "email": "samy@gitbook.com" } ] } |