Skip to content

Commit 57977cd

Browse files
committed
Add package-lock.json
1 parent bad84c8 commit 57977cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ node_js:
88
# Cache dependencies in $HOME/.yarn-cache across builds
99
cache: yarn
1010

11-
# Run the dummy test
11+
# Run the tests
1212
script: yarn test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^16.2.0",
1414
"react-dom": "^16.2.0",
1515
"react-redux": "^5.0.6",
16-
"react-scripts": "1.1.0",
16+
"react-scripts": "^1.1.5",
1717
"redux": "^3.7.2",
1818
"redux-thunk": "^2.2.0"
1919
},

0 commit comments

Comments
 (0)