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 bad84c8 commit 57977cdCopy full SHA for 57977cd
.travis.yml
@@ -8,5 +8,5 @@ node_js:
8
# Cache dependencies in $HOME/.yarn-cache across builds
9
cache: yarn
10
11
-# Run the dummy test
+# Run the tests
12
script: yarn test
package.json
@@ -13,7 +13,7 @@
13
"react": "^16.2.0",
14
"react-dom": "^16.2.0",
15
"react-redux": "^5.0.6",
16
- "react-scripts": "1.1.0",
+ "react-scripts": "^1.1.5",
17
"redux": "^3.7.2",
18
"redux-thunk": "^2.2.0"
19
},
0 commit comments