From eff9ede198032894b29065e486f34de8b892b428 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Sat, 20 Feb 2016 17:05:34 +0100 Subject: [PATCH] Update homepage links in package and bower.json --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 866f0193..8ff7f0e0 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "tweetnacl", "version": "0.14.0", - "homepage": "https://dchest.github.io/tweetnacl-js", + "homepage": "https://tweetnacl.js.org", "authors": [ "TweetNaCl.js Contributors" ], diff --git a/package.json b/package.json index 59728a38..eb25c3e7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "bugs": { "url": "https://github.com/dchest/tweetnacl-js/issues" }, - "homepage": "https://dchest.github.io/tweetnacl-js", + "homepage": "https://tweetnacl.js.org", "devDependencies": { "browserify": "^13.0.0", "eslint": "^2.2.0",