release version 0.1.1
This commit is contained in:
parent
e44ceca705
commit
b1760a35d2
3 changed files with 4 additions and 4 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "risk-dice-modifier",
|
"name": "risk-dice-modifier",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -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.1.0",
|
"version": "0.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://git.f3l.de/ghost/risk-dice-modifier",
|
"homepage": "https://git.f3l.de/ghost/risk-dice-modifier",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"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.1.0",
|
"version": "0.1.1",
|
||||||
"minimumCoreVersion": "0.7.9",
|
"minimumCoreVersion": "0.7.9",
|
||||||
"compatibleCoreVersion": "0.7.9",
|
"compatibleCoreVersion": "0.7.9",
|
||||||
"esmodules": [
|
"esmodules": [
|
||||||
|
@ -11,6 +11,6 @@
|
||||||
],
|
],
|
||||||
"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.1.0/download?job=build",
|
"download": "https://git.f3l.de/ghost/risk-dice-modifier/-/jobs/artifacts/0.1.1/download?job=build",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue