[eslint config] It doesn’t matter which react version we install since we’re just testing module resolution.

This commit is contained in:
Jordan Harband
2016-04-16 11:53:21 -07:00
parent cbd2c38da8
commit c29560441e

View File

@@ -47,7 +47,7 @@
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-import": "^1.4.0",
"eslint-plugin-react": "^4.3.0",
"react": "^0.14.8",
"react": "*",
"tape": "^4.5.1",
"parallelshell": "^2.0.0"
},