Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit 47f327a

Browse files
committed
Rebuild from data.json
1 parent 2ec197b commit 47f327a

File tree

9 files changed

+950
-688
lines changed

9 files changed

+950
-688
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# eBookDesignChecklist
2+
23
A progressive web app to help you design eBooks
34

45
## How-to
@@ -30,7 +31,7 @@ Thanks to service workers, it will even work offline on Android, Chrome, Opera o
3031

3132
The eBook Design Checklist is part of the Blitz Project. It’s a progressive web app which aim is to help you design your eBooks.
3233

33-
It is currently in v.1.0.4 and available [on this page](https://friendsofepub.github.io/eBookDesignChecklist/).
34+
It is currently in v.2.0.0 and available [on this page](https://friendsofepub.github.io/eBookDesignChecklist/).
3435

3536
## Details
3637

appcache.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/blitz-16.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/logo.svg

Lines changed: 1 addition & 1 deletion
Loading

index.html

Lines changed: 497 additions & 637 deletions
Large diffs are not rendered by default.

manifest.appcache

Lines changed: 0 additions & 13 deletions
This file was deleted.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "blitz-checklist",
3-
"version": "1.0.0",
4-
"description": "A template repository to make checklist web apps",
2+
"name": "blitz-design",
3+
"version": "2.0.0",
4+
"description": "A progressive web app to help you design eBooks",
55
"main": "index.html",
66
"scripts": {
77
"build": "mustache src/data.json src/template.mustache > index.html"
@@ -11,18 +11,20 @@
1111
"best-practices",
1212
"template",
1313
"blitz",
14-
"PWA"
14+
"PWA",
15+
"ebook",
16+
"design"
1517
],
1618
"author": {
1719
"name": "Jiminy Panoz",
1820
"url": "https://github.com/JayPanoz"
1921
},
2022
"repository": {
2123
"type": "git",
22-
"url": "https://github.com/FriendsOfEpub/blitz-checklist.git"
24+
"url": "https://github.com/FriendsOfEpub/eBookDesignChecklist.git"
2325
},
2426
"bugs": {
25-
"url": "https://github.com/FriendsOfEpub/blitz-checklist/issues"
27+
"url": "https://github.com/FriendsOfEpub/eBookDesignChecklist/issues"
2628
},
2729
"license": "MIT",
2830
"devDependencies": {

src/data.json

Lines changed: 440 additions & 20 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)