From c96e38eb1457c08ef74411f63d8ccefc2e748ac5 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 4 Oct 2013 12:25:47 +0300 Subject: [PATCH] Update package.json --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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" + } } -- 2.34.1