mirror of https://github.com/curbengh/hexo-yam
release: v4.1.0
This commit is contained in:
parent
fdcdbef4a1
commit
b9f4cd6173
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hexo-yam",
|
||||
"description": "Yet Another Minifier. Minify and compress html, js, css and svg",
|
||||
"version": "4.0.0",
|
||||
"description": "Yet Another Minifier. Minify and compress html, js, css, svg, xml and json",
|
||||
"version": "4.1.0",
|
||||
"readme": "README.md",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
@ -39,6 +39,8 @@
|
|||
"js",
|
||||
"css",
|
||||
"svg",
|
||||
"xml",
|
||||
"json",
|
||||
"minify",
|
||||
"compress",
|
||||
"gzip",
|
||||
|
|
Loading…
Reference in New Issue