Skip to content

Commit db0a9a2

Browse files
committed
Remove npm update from travis config
1 parent da66cd9 commit db0a9a2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ branches:
77
cache:
88
directories:
99
- node_modules
10-
before_install:
11-
- npm update
1210
install:
1311
- npm install
1412
script:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-fetch-hook",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "React fetch hook",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)