Fix the tests
This commit is contained in:
parent
2b51139a2a
commit
31dfe52efa
2 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ import _ from 'underscore';
|
||||||
const {
|
const {
|
||||||
StyleSheet,
|
StyleSheet,
|
||||||
View,
|
View,
|
||||||
BackAndroid,
|
|
||||||
Text,
|
Text,
|
||||||
} = React;
|
} = React;
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"babel-eslint": "=5.0.0",
|
"babel-eslint": "=5.0.0",
|
||||||
"eslint": "=1.10.3",
|
"eslint": "=1.10.3",
|
||||||
"eslint-config": "git://github.com/oleous/eslint-config.git",
|
"eslint-config": "git://github.com/oleous/eslint-config.git",
|
||||||
"eslint-plugin-react": "=4.1.0",
|
"eslint-plugin-react": "=3.14.0",
|
||||||
"eslint-plugin-react-native": "=1.0.0",
|
"eslint-plugin-react-native": "=1.0.0",
|
||||||
"rnpm": "^1.4.1"
|
"rnpm": "^1.4.1"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue