v1.0.4: update links and license

This commit is contained in:
AJ ONeal 2018-11-07 10:32:45 -07:00
parent f5c34ce532
commit dd9d9732e8
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "desirae-datamap-ruhoh", "name": "desirae-datamap-ruhoh",
"version": "1.0.3", "version": "1.0.4",
"description": "A ruhoh datamap plugin for desirae", "description": "A ruhoh datamap plugin for desirae",
"main": "datamapper-ruhoh.js", "main": "datamapper-ruhoh.js",
"scripts": { "scripts": {
@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/DearDesi/datamap-ruhoh.git" "url": "https://git.coolaj86.com/coolaj86/desirae-datamap-ruhoh.js.git"
}, },
"keywords": [ "keywords": [
"ruhoh", "ruhoh",
@ -18,11 +18,11 @@
"datamap" "datamap"
], ],
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
"license": "Apache2", "license": "(MIT OR ISC OR Apache-2.0)",
"bugs": { "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": { "dependencies": {
"mustache": "^1.0.0" "mustache": "^1.0.0"
} }