Final v1 version
This commit is contained in:
parent
d0a1d5760f
commit
6bf46f618f
@ -5,7 +5,9 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build": "html-inline -i src/index-notbundled.html -o index.html -b src/ --ignore-external"
|
"prebuild": "mkdir images/ 2>/dev/null; true",
|
||||||
|
"build": "html-inline -i src/index-notbundled.html -o index.html -b src/ --ignore-external",
|
||||||
|
"postbuild": "cp -n src/lessons.json.example lessons.json ; "
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user