mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
Merge pull request #133 from jrappen/master
fix erroneously removal of "themes" from files, fix #132
This commit is contained in:
commit
28b3cb4249
@ -16,7 +16,8 @@
|
||||
"main": "lib/docsify.js",
|
||||
"files": [
|
||||
"lib",
|
||||
"src"
|
||||
"src",
|
||||
"themes"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rm -rf lib themes && node build/build.js && mkdir lib/themes && mkdir themes && node build/build-css.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user