From: XhmikosR Date: Fri, 4 Oct 2013 09:25:47 +0000 (+0300) Subject: Update package.json X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c96e38eb1457c08ef74411f63d8ccefc2e748ac5;p=clean-css.git Update package.json --- diff --git a/package.json b/package.json index 203f8c74..56d2d407 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.1.3", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", + "license": "MIT", "keywords": [ "css", "minifier" @@ -41,8 +42,6 @@ }, "jshintConfig": { "browser": false, - "maxerr": 100, - "node": true, "camelcase": true, "curly": false, "eqeqeq": false, @@ -51,6 +50,7 @@ "latedef": true, "multistr": true, "noarg": true, + "node": true, "plusplus": false, "quotmark": "true", "regexp": false, @@ -61,6 +61,5 @@ }, "engines": { "node": ">=0.8.0" - }, - "license": "MIT" + } }