diff --git a/package.json b/package.json index 45913996d..55e730267 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ ], "scripts": { "test": "NODE_ENV=test jest", - "lint": "eslint Examples/ Libraries/ bots/code-analysis-bot.js", + "lint": "eslint Examples/ Libraries/", "start": "/usr/bin/env bash -c './packager/packager.sh \"$@\" || true' --" }, "bin": { @@ -122,7 +122,6 @@ "yeoman-generator": "^0.20.3" }, "devDependencies": { - "github": "^0.2.4", "jest-cli": "0.7.1", "babel-eslint": "4.1.4", "eslint": "1.3.1",