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

make version 1

This commit is contained in:
s2
2018-05-08 19:52:44 +02:00
parent b0d9e23d37
commit 78e71967de

View File

@@ -1,6 +1,6 @@
{
"name": "minifyfromhtml",
"version": "0.0.1",
"version": "1.0.0",
"description": "minify scripts and css starting from an html file",
"main": "minifyfromhtml.js",
"scripts": {
@@ -16,5 +16,12 @@
"clean-css": "^4.1.11",
"jsdom": "^11.10.0",
"minimist": "^1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/S2-/minifyfromhtml.git"
},
"bin": {
"minifyfromhtml": "./minifyfromhtml.js"
}
}