diff --git a/bower.json b/bower.json index 39a1f45..7aa9929 100644 --- a/bower.json +++ b/bower.json @@ -1,8 +1,7 @@ { "name": "unibabel", "main": "index.js", - "version": "2.1.7", - "homepage": "https://github.com/coolaj86/unibabel-js", + "homepage": "https://git.coolaj86.com/coolaj86/unibabel.js", "authors": [ "AJ ONeal " ], diff --git a/node.js b/node.js index 3772551..5cc1a2e 100644 --- a/node.js +++ b/node.js @@ -1,6 +1,6 @@ 'use strict'; -console.warn("Please don't use Unibabel in node.js. If you think you really think you have a valid use case please report it at https://github.com/coolaj86/unibabel-js/issues/new"); +console.warn("Please don't use Unibabel in node.js. If you think you really think you have a valid use case please report it at https://git.coolaj86.com/coolaj86/unibabel.js/issues/new"); throw new Error("[unibabel] you're doing it wrong"); /* diff --git a/package.json b/package.json index 3c27db8..f7a8dec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unibabel", - "version": "2.1.7", + "version": "2.1.8", "description": "Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript", "main": "node.js", "browser": { @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://git.coolaj86.com/coolaj86/unibabel.js.git" + "url": "https://git.coolaj86.com/coolaj86/unibabel.js.git" }, "keywords": [ "ascii",