release version 0.1.0

This commit is contained in:
Johannes Loher 2021-02-07 19:09:57 +00:00
parent 87ee33a202
commit b727bacebd
3 changed files with 7 additions and 5 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "risk-dice-modifier", "name": "risk-dice-modifier",
"version": "0.0.1", "version": "0.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -2,7 +2,7 @@
"private": true, "private": true,
"name": "risk-dice-modifier", "name": "risk-dice-modifier",
"description": "An implementation of risk rolls as found for example in the Splittermond game system", "description": "An implementation of risk rolls as found for example in the Splittermond game system",
"version": "0.0.1", "version": "0.1.0",
"license": "MIT", "license": "MIT",
"homepage": "https://git.f3l.de/ghost/risk-dice-modifier", "homepage": "https://git.f3l.de/ghost/risk-dice-modifier",
"repository": { "repository": {

View file

@ -3,12 +3,14 @@
"title": "Risk Dice Modifier", "title": "Risk Dice Modifier",
"description": "An implementation of risk rolls as found for example in the Splittermond game system", "description": "An implementation of risk rolls as found for example in the Splittermond game system",
"author": "Johannes Loher", "author": "Johannes Loher",
"version": "0.0.1", "version": "0.1.0",
"minimumCoreVersion": "0.7.9", "minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9", "compatibleCoreVersion": "0.7.9",
"esmodules": ["module/risk-dice-modifier.js"], "esmodules": [
"module/risk-dice-modifier.js"
],
"url": "https://git.f3l.de/ghost/risk-dice-modifier", "url": "https://git.f3l.de/ghost/risk-dice-modifier",
"manifest": "https://git.f3l.de/ghost/risk-dice-modifier/-/raw/latest/src/module.json?inline=false", "manifest": "https://git.f3l.de/ghost/risk-dice-modifier/-/raw/latest/src/module.json?inline=false",
"download": "https://git.f3l.de/ghost/risk-dice-modifier/-/jobs/artifacts/0.0.1/download?job=build", "download": "https://git.f3l.de/ghost/risk-dice-modifier/-/jobs/artifacts/0.1.0/download?job=build",
"license": "MIT" "license": "MIT"
} }