From 4c0b055996249a596f1ccbf1046d451f5309df0f Mon Sep 17 00:00:00 2001 From: s2 Date: Thu, 13 Feb 2020 15:39:51 +0100 Subject: [PATCH] 2.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d1bde9..d7af661 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minifyfromhtml", - "version": "1.3.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9a58af4..763e058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minifyfromhtml", - "version": "1.3.0", + "version": "2.0.0", "description": "minify scripts and css starting from an html file", "main": "minifyfromhtml.js", "scripts": {