From a4c86b14a0b4205f2e90380811da379c0c6f0e67 Mon Sep 17 00:00:00 2001 From: weyusi Date: Thu, 27 Sep 2018 16:25:30 +0930 Subject: [PATCH] Update formatting and ignore package-lock.json for npm publish --- .npmignore | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index 9d631a0..3b66075 100644 --- a/.npmignore +++ b/.npmignore @@ -2,5 +2,6 @@ node_modules/ tmp/ *.log +package-lock.json .travis.yml .snyk diff --git a/README.md b/README.md index ea89fba..be50f8b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Hexo-yam > This project is based on [hexo-neat](https://github.com/rozbo/hexo-neat) + Yet Another Minifier for Hexo. + The original package has not been [updated](https://www.npmjs.com/package/hexo-neat) for a while. Its outdated dependencies suffer from minor [vulnerability](https://snyk.io/test/npm/hexo-neat). All the options are the same, so you can use this as a drop-in replacement.