Skip to content

Commit

Permalink
Fix document titles
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed Apr 18, 2019
1 parent 8ab1c84 commit 71bfdba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"scripts": {
"test": "commonform lint terms.cform",
"build": "run-p build:** && npm run pdfs",
"build:terms:markdown": "commonform render -f markdown --title 'Open Development Time Bank Terms' --blanks blanks.json --signatures no-signatures.json terms.cform > terms.md",
"build:terms:html": "commonform render -f html5 --title 'Open Development Time Bank Terms' --blanks blanks.json --signatures no-signatures.json --ordered-lists terms.cform > terms.html",
"build:terms:docx": "commonform render -f docx --title 'Open Development Time Bank Terms' --blanks blanks.json --signatures no-signatures.json --number outline --left-align-title --indent-margins --styles styles.json terms.cform > terms.docx",
"build:proposal:markdown": "commonform render -f markdown --title 'Open Development Time Bank Proposal' --blanks blanks.json --signatures signatures.json proposal.cform > proposal.md",
"build:proposal:html": "commonform render -f html5 --title 'Open Development Time Bank Proposal' --blanks blanks.json --signatures signatures.json --ordered-lists proposal.cform > proposal.html",
"build:proposal:docx": "commonform render -f docx --title 'Open Development Time Bank Proposal' --blanks blanks.json --signatures signatures.json --number outline --left-align-title --indent-margins --styles styles.json proposal.cform > proposal.docx",
"build:terms:markdown": "commonform render -f markdown --title 'Open Development Time Block Terms' --blanks blanks.json --signatures no-signatures.json terms.cform > terms.md",
"build:terms:html": "commonform render -f html5 --title 'Open Development Time Block Terms' --blanks blanks.json --signatures no-signatures.json --ordered-lists terms.cform > terms.html",
"build:terms:docx": "commonform render -f docx --title 'Open Development Time Block Terms' --blanks blanks.json --signatures no-signatures.json --number outline --left-align-title --indent-margins --styles styles.json terms.cform > terms.docx",
"build:proposal:markdown": "commonform render -f markdown --title 'Open Development Time Block Proposal' --blanks blanks.json --signatures signatures.json proposal.cform > proposal.md",
"build:proposal:html": "commonform render -f html5 --title 'Open Development Time Block Proposal' --blanks blanks.json --signatures signatures.json --ordered-lists proposal.cform > proposal.html",
"build:proposal:docx": "commonform render -f docx --title 'Open Development Time Block Proposal' --blanks blanks.json --signatures signatures.json --number outline --left-align-title --indent-margins --styles styles.json proposal.cform > proposal.docx",
"pdfs": "unoconv terms.docx proposal.docx"
}
}
2 changes: 1 addition & 1 deletion proposal.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Open Development Time Bank Proposal
# Open Development Time Block Proposal

**Developer** and **Client** agree:

Expand Down
2 changes: 1 addition & 1 deletion terms.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Open Development Time Bank Terms
# Open Development Time Block Terms

**Developer** and **Client** agree:

Expand Down

0 comments on commit 71bfdba

Please sign in to comment.