Update version of eslintrc (#2754)

This is so that we can have the clients depend on the fix.
This commit is contained in:
Erik Arvidsson
2016-10-25 15:47:19 -07:00
committed by GitHub
parent b9ffc511d9
commit 7ae91491a6

View File

@@ -2,13 +2,13 @@
"name": "@attic/eslintrc",
"description": "Shared eslintrc for noms",
"license": "Apache-2.0",
"version": "4.0.0",
"version": "4.1.0",
"main": "index.js",
"dependencies": {
"babel-eslint": "^7.0.0",
"babel-eslint": "7.0.0",
"eslint": "3.8.1",
"eslint-plugin-flowtype": "^2.20.0",
"eslint-plugin-react": "^6.3.0"
"eslint-plugin-flowtype": "2.25.0",
"eslint-plugin-react": "6.3.0"
},
"scripts": {
"test": "exit 0"