We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69ae8dc + ae67c1b commit bc19948Copy full SHA for bc19948
.travis.yml
@@ -6,11 +6,7 @@ cache:
6
notifications:
7
email: false
8
node_js:
9
- - '4'
10
-before_install:
11
- - npm i -g npm@^2.0.0
12
- - npm install -g eslint
13
- - npm install -g eslint-plugin-react
+ - '6'
14
before_script:
15
- npm prune
16
after_success:
package.json
@@ -31,10 +31,14 @@
31
"dependencies": {
32
"gl-react": "^2.2.4",
33
"gl-react-image": "0.0.2",
34
- "gl-react-native": "^2.28.0"
+ "gl-react-native": "^2.28.0",
35
+ "react": "^15.2.1",
36
+ "react-native": "^0.31.0"
37
},
38
"devDependencies": {
39
"cz-conventional-changelog": "^1.1.7",
40
+ "eslint": "^3.2.2",
41
+ "eslint-plugin-react": "^6.0.0",
42
"semantic-release": "^4.3.5"
43
44
"config": {
0 commit comments