chore(master): manually wrap

This commit is contained in:
Anna 2020-12-26 10:15:29 -05:00
parent 9fc90685c3
commit d62c4e8bea
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
{
"Author": "ascclemens",
"Name": "Macrology",
"Description": "Adds a better macro system to the game.\nMacrology allows for macros of infinite length, adds looping, allows comments, supports pausing, allows you to run multiple macros at once, and supports fractional waits.",
"Description": "Adds a better macro system to the game.\n\nMacrology allows for macros of infinite length, adds looping,\nallows comments, supports pausing, allows you to run multiple\nmacros at once, and supports fractional waits.",
"InternalName": "Macrology",
"AssemblyVersion": "0.1.0",
"DalamudApiLevel": 2,
@ -17,7 +17,7 @@
{
"Author": "ascclemens",
"Name": "Python REPL",
"Description": "Adds some commands for interacting with Dalamud from the chat box in Python.\nType a one-liner after /py to execute it. Dalamud, Dalamud.Plugin, Lumina, and Lumina.Excel.GeneratedSheets are all in scope by default. There is a variable named interface that is the DalamudPluginInterface for this plugin.",
"Description": "Adds some commands for interacting with Dalamud from the chat box in Python.\n\nType a one-liner after /py to execute it. Dalamud, Dalamud.Plugin,\nLumina, and Lumina.Excel.GeneratedSheets are all in scope by\ndefault. There is a variable named interface that is the\nDalamudPluginInterface for this plugin.",
"InternalName": "DalamudPython",
"AssemblyVersion": "1.0.0",
"DalamudApiLevel": 2,

View File

@ -1,6 +1,6 @@
- author: ascclemens
name: Macrology
description: >-
description: |-
Adds a better macro system to the game.
Macrology allows for macros of infinite length, adds looping,
@ -12,7 +12,7 @@
last_update: '1608993444'
- author: ascclemens
name: Python REPL
description: >-
description: |-
Adds some commands for interacting with Dalamud from the chat box in Python.
Type a one-liner after /py to execute it. Dalamud, Dalamud.Plugin,