diff --git a/package.json b/package.json index faa9fc3..7e33c3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "desirae-datamap-ruhoh", - "version": "1.0.3", + "version": "1.0.4", "description": "A ruhoh datamap plugin for desirae", "main": "datamapper-ruhoh.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/DearDesi/datamap-ruhoh.git" + "url": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js.git" }, "keywords": [ "ruhoh", @@ -18,11 +18,11 @@ "datamap" ], "author": "AJ ONeal (http://coolaj86.com/)", - "license": "Apache2", + "license": "(MIT OR ISC OR Apache-2.0)", "bugs": { - "url": "https://github.com/DearDesi/datamap-ruhoh/issues" + "url": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js/issues" }, - "homepage": "https://github.com/DearDesi/datamap-ruhoh", + "homepage": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js", "dependencies": { "mustache": "^1.0.0" }