From 48cc50412439f13456933d0aff00a8f904ea2d67 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 16 May 2017 17:37:20 +0300 Subject: [PATCH] feature(package) rm recess --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index a9b9acba..14fb108f 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,7 @@ "security": "nsp check", "codestyle": "redrun lint spell", "lint": "redrun lint:*", - "lint:css": "recess css/*.css", - "lint:style": "stylelint css/*.css", + "lint:css": "stylelint css/*.css", "lint:js": "redrun lint:js:*", "lint:js:eslint:server": "eslint --rule 'no-console:0' $npm_package_config_dirs", "lint:js:jshint": "jshint bin client server", @@ -178,7 +177,6 @@ "nyc": "^10.1.2", "place": "^1.1.4", "readjson": "^1.1.3", - "recess": "^1.1.9", "redrun": "^5.0.0", "request": "^2.76.0", "rimraf": "^2.5.4",