Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

Commit c5ab8f2

Browse files
committed
Renaming to techpaper
1 parent 08c9986 commit c5ab8f2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [0xcert](https://0xcert.org)-yellowpaper
1+
# [0xcert](https://0xcert.org) Technical Paper
22

33
> Official technical document for 0xcert protocol.
44
Binary file not shown.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "0xcert-whitepaper",
3-
"version": "0.1.0",
2+
"name": "0xcert-techpaper",
3+
"version": "1.0.0",
44
"description": "0xcert protocol implementation for Ethereum blockchain.",
55
"private": true,
66
"main": "src/index.js",
77
"scripts": {
8-
"generate": "markdown-pdf -c ./src ./src/whitepaper.md -o ./dist/0xcert-protocol.pdf -s ./src/page.css -z ./src/highlight.css -h ./src/runnings.js -f A4 -r portrait -b 0mm"
8+
"generate": "markdown-pdf -c ./src ./src/paper.md -o ./dist/0xcert-protocol-technical-paper.pdf -s ./src/page.css -z ./src/highlight.css -h ./src/runnings.js -f A4 -r portrait -b 0mm"
99
},
1010
"author": "https://0xcert.org",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"markdown-pdf": "8.1.1"
13+
"markdown-pdf": "^8.1.1"
1414
}
1515
}

src/whitepaper.md src/paper.md

File renamed without changes.

0 commit comments

Comments
 (0)