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",