From 5384c47d9a7e19ff065369e242f58c58ffa0e440 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Tue, 22 Dec 2015 10:32:20 -0800 Subject: [PATCH] Revert package.json change --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",