mirror of https://github.com/curbengh/hexo-yam
Update formatting
and ignore package-lock.json for npm publish
This commit is contained in:
parent
0bb6d14018
commit
a4c86b14a0
|
@ -2,5 +2,6 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
tmp/
|
tmp/
|
||||||
*.log
|
*.log
|
||||||
|
package-lock.json
|
||||||
.travis.yml
|
.travis.yml
|
||||||
.snyk
|
.snyk
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
# Hexo-yam
|
# Hexo-yam
|
||||||
|
|
||||||
> This project is based on [hexo-neat](https://github.com/rozbo/hexo-neat)
|
> This project is based on [hexo-neat](https://github.com/rozbo/hexo-neat)
|
||||||
|
|
||||||
Yet Another Minifier for Hexo.
|
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).
|
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.
|
All the options are the same, so you can use this as a drop-in replacement.
|
||||||
|
|
Loading…
Reference in New Issue