1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 12:20:04 +02:00

2 Commits

Author SHA1 Message Date
s2
5166260592 1.1.4 2019-05-27 17:09:27 +02:00
s2
f6eb8cfad8 add keywords 2019-05-27 17:08:33 +02:00
2 changed files with 10 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "minifyfromhtml", "name": "minifyfromhtml",
"version": "1.0.1", "version": "1.1.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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