diff --git a/Readme.md b/Readme.md index 87c102c..138e1d8 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,13 @@ # minify +Is a API Wrapper for HTML, CSS, JS, IMAGE Minifyers -Super clean API for minifying Javascript, HTML or CSS. +## Importent Note +This Should maybe not get used and so we depricate it in favor of the nativ minifyers. +we come to the conclusion that this api wrapper doubles logic + + +Offering a Super clean API for minifying Javascript, HTML or CSS. So you don't have to keep googling for the right tool or the tool’s API. And so that you get a nice CLI regardless. This is [Harp](https://github.com/sintaxi/harp)’s fork, which is nearly identical to [the original](https://github.com/ianstormtaylor/minify). The differences are: @@ -61,13 +67,8 @@ var js = minify.js('js string', { ## License -The MIT License (MIT) - -Copyright © 2013–2015, Ian Storm Taylor <ian@ianstormtaylor.com>
Copyright © 2015 [Chloi Inc.](http://chloi.io) - +The MIT License (MIT) => Apache-2.0 from 2016 -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Copyright © 2013–2015, Ian Storm Taylor <ian@ianstormtaylor.com>
Copyright © 2015 [Chloi Inc.](http://chloi.io)>
Copyright © 2016-2019 [Frank Lemanschik](https://dspeed.eu) -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED “AS IS,” WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/package.json b/package.json index 543e847..49f4112 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "minify": "bin/minify" }, "dependencies": { - "commander": "2.9.0", - "html-minifier": "1.1.1", + "html-minifier": "3.5.21", + "commander": "2.19.0", "language-classifier": "0.0.1", - "read-file-stdin": "0.2.0", + "read-file-stdin": "0.2.1", "sqwish": "0.2.2", - "uglify-js": "2.6.1", + "uglify-js": "3.5.2", "write-file-stdout": "0.0.2" }, "devDependencies": {