Revert package.json change

This commit is contained in:
Christopher Chedeau 2015-12-22 10:32:20 -08:00
parent ae9d2ce35c
commit 5384c47d9a
1 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,7 @@
], ],
"scripts": { "scripts": {
"test": "NODE_ENV=test jest", "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' --" "start": "/usr/bin/env bash -c './packager/packager.sh \"$@\" || true' --"
}, },
"bin": { "bin": {
@ -122,7 +122,6 @@
"yeoman-generator": "^0.20.3" "yeoman-generator": "^0.20.3"
}, },
"devDependencies": { "devDependencies": {
"github": "^0.2.4",
"jest-cli": "0.7.1", "jest-cli": "0.7.1",
"babel-eslint": "4.1.4", "babel-eslint": "4.1.4",
"eslint": "1.3.1", "eslint": "1.3.1",