From 0078aba64059678640b6bbcf67f02b3b161dfd09 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 7 Feb 2021 19:17:29 +0100 Subject: [PATCH] Complete renaming --- gulpfile.js | 2 +- package-lock.json | 2 +- src/module.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 8afac83..28db44b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -269,7 +269,7 @@ function updateManifest(cb) { manifest.file.version = targetVersion; /* Update URL */ - const result = `https://git.f3l.de/ghost/risk-dice/-/jobs/artifacts/${targetVersion}/download?job=build`; + const result = `https://git.f3l.de/ghost/${packageJson.name}/-/jobs/artifacts/${targetVersion}/download?job=build`; manifest.file.download = result; diff --git a/package-lock.json b/package-lock.json index 782d77f..109d49d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "risk-dice", + "name": "risk-dice-modifier", "version": "0.0.1", "lockfileVersion": 1, "requires": true, diff --git a/src/module.json b/src/module.json index cf4bde8..170ebcb 100644 --- a/src/module.json +++ b/src/module.json @@ -6,8 +6,8 @@ "version": "0.0.1", "minimumCoreVersion": "0.7.9", "compatibleCoreVersion": "0.7.9", - "esmodules": ["module/risk-dice.js"], - "url": "https://git.f3l.de/ghost/risk-dice", + "esmodules": ["module/risk-dice-modifier.js"], + "url": "https://git.f3l.de/ghost/risk-dice-modifier", "manifest": "https://git.f3l.de/ghost/risk-dice-modifier/-/raw/latest/src/system.json?inline=false", "download": "https://git.f3l.de/ghost/risk-dice-modifier/-/jobs/artifacts/0.0.1/download?job=build", "license": "MIT"