chore(package): update eslint-plugin-react to version 3.7.0

http://greenkeeper.io/
This commit is contained in:
greenkeeperio-bot
2015-11-04 15:27:24 -08:00
committed by Berkeley Martinez
parent 04e5f64428
commit d6899c3b9e
3 changed files with 2 additions and 11 deletions

View File

@ -1 +0,0 @@
web: ./node_modules/.bin/forever -m 5 server.js

View File

@ -1,8 +0,0 @@
<html>
<head>
<title>Free Code Camp</title>
<META http-equiv="refresh" content="1;URL=http://freecodecamp.github.io/freecodecamp/coverage/lcov-report/index.html">
</head>
<body>
</body>
</html>

View File

@ -18,7 +18,7 @@
"lint-server": "jsonlint -q server/*.json",
"lint-resources": "jsonlint -q server/resources/*.json",
"lint-utils": "jsonlint -q server/utils/*.json",
"lint-js": "eslint --ext=.js,.jsx server/ common/ common/utils config/ client/",
"lint-js": "eslint --ext=.js,.jsx server/ common/ config/ client/",
"lint-json": "npm run lint-server && npm run lint-nonprofits && npm run lint-challenges && npm run lint-resources && npm run lint-utils",
"test-challenges": "babel-node seed/test-challenges.js | tnyan",
"pretest": "npm run lint",
@ -49,7 +49,7 @@
"errorhandler": "~1.4.2",
"es6-map": "^0.1.1",
"eslint": "^1.1.0",
"eslint-plugin-react": "^3.2.1",
"eslint-plugin-react": "^3.7.1",
"express": "~4.13.3",
"express-flash": "~0.0.2",
"express-session": "~1.12.1",