@cfvdb/core
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -10,2 +10,14 @@ | ||
if (deck.name) { | ||
text += 'Name: ' + deck.name + '\n'; | ||
} | ||
if (deck.author) { | ||
text += 'Author: ' + deck.author + '\n'; | ||
} | ||
if (deck.name || deck.author) { | ||
text += '\n'; | ||
} | ||
if (deck.normal) { | ||
@@ -12,0 +24,0 @@ text += this._generateSection(deck.normal.cards, 'Normal'); |
{ | ||
"name": "@cfvdb/core", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Core functions for CFVDB", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
11528
251