1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00
This commit is contained in:
s2
2019-05-27 17:09:27 +02:00
parent f6eb8cfad8
commit 5166260592
2 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "minifyfromhtml",
"version": "1.1.3",
"version": "1.1.4",
"description": "minify scripts and css starting from an html file",
"main": "minifyfromhtml.js",
"scripts": {
@@ -20,5 +20,11 @@
"bin": {
"minifyfromhtml": "./minifyfromhtml.js"
},
"keywords": ["minify", "javascript", "html", "css", "script"]
"keywords": [
"minify",
"javascript",
"html",
"css",
"script"
]
}