Rules Document -> Core Rules Document

It's nice to say CRD instead of RD :)
This commit is contained in:
🎷🐢 S. P. O. Clayton 2022-06-20 14:07:16 -04:00
parent c1e1a65a7b
commit a50746d1a6
Signed by: sean
SSH Key Fingerprint: SHA256:zkuPrRvkEDiQQv1Y5yScWa6I4zhj+eiv7XnP8pxIxVU
11 changed files with 11 additions and 11 deletions

View File

Before

Width:  |  Height:  |  Size: 449 B

After

Width:  |  Height:  |  Size: 449 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 652 B

After

Width:  |  Height:  |  Size: 652 B

View File

@ -0,0 +1,11 @@
{
"name": "@conflict/core-rules-document",
"scripts": {
"build": "rm -rf out/*.pdf; asciidoctor-web-pdf core-rules-document.adoc -D out -o 'Core Rules Document.pdf'"
},
"dependencies": {
"@asciidoctor/core": "^2.2.6",
"asciidoctor": "^2.2.6",
"asciidoctor-pdf": "*"
}
}

View File

@ -1,11 +0,0 @@
{
"name": "@conflict/rules-document",
"scripts": {
"build": "rm -rf out/*.pdf; asciidoctor-web-pdf book.adoc -D out -o 'Rules Document.pdf'"
},
"dependencies": {
"@asciidoctor/core": "^2.2.6",
"asciidoctor": "^2.2.6",
"asciidoctor-pdf": "*"
}
}