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",
|
"name": "hexo-yam",
|
||||||
"description": "Yet Another Minifier. Minify and compress html, js, css and svg",
|
"description": "Yet Another Minifier. Minify and compress html, js, css, svg, xml and json",
|
||||||
"version": "4.0.0",
|
"version": "4.1.0",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
@ -39,6 +39,8 @@
|
||||||
"js",
|
"js",
|
||||||
"css",
|
"css",
|
||||||
"svg",
|
"svg",
|
||||||
|
"xml",
|
||||||
|
"json",
|
||||||
"minify",
|
"minify",
|
||||||
"compress",
|
"compress",
|
||||||
"gzip",
|
"gzip",
|
||||||
|
|
Loading…
Reference in New Issue