Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-02-24 15:34:00 +0300
committerDillon <dillonzq@outlook.com>2020-02-24 15:34:00 +0300
commit7e56922f82a165759ba0ed852cdb4479f30bd233 (patch)
tree71b9d3f9b2ecb259af47f090170e5b028dc1dd40 /package.json
parentef88651fe4faaa4e94683c822646a6b98667fe1b (diff)
chore(lib): update mermaid 8.4.2 -> 8.4.8 echarts 4.5.0 -> 4.6.0 gitalk 1.5.0 -> 1.6.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e0c4b80..099ced9 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"husky": "^4.2.3"
},
"scripts": {
- "build": "npx babel src --out-file static/js/theme.min.js --source-maps",
+ "build": "npx babel src --out-file assets/js/theme.min.js --source-maps",
"start": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender -D",
"copy": "HUGO_ENV=production hugo -v --source=exampleSite --themesDir=../.. -D --gc --minify && rm -rf resources && cp -rf exampleSite/resources resources"
},