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.
1 parent 1d279c8 commit f774f74Copy full SHA for f774f74
.travis.yml
@@ -1,10 +1,7 @@
1
language: node_js
2
3
node_js:
4
- - "11.10.1"
5
-
6
-before_install:
7
- - curl -o- -L https://yarnpkg.com/install.sh | bash
+ node
8
9
script:
10
- yarn coverage
example/package.json
@@ -6,10 +6,10 @@
"private": true,
"dependencies": {
"prop-types": "^15.7.2",
- "react": "^16.8.4",
- "react-dom": "^16.8.4",
+ "react": "^16.9.0",
+ "react-dom": "^16.9.0",
11
"react-message-source": "link:..",
12
- "react-scripts": "2.1.8"
+ "react-scripts": "^3.1.1"
13
},
14
"scripts": {
15
"start": "react-scripts start",
@@ -22,5 +22,6 @@
22
"not dead",
23
"not ie <= 11",
24
"not op_mini all"
25
- ]
+ ],
26
+ "devDependencies": {}
27
}
0 commit comments