Skip to content

Commit 0950eb1

Browse files
depfu[bot]ferdicus
authored andcommitted
Upgrade husky to version 4.0.0 (#602)
* chore(package): update husky to version 4.0.0 * build: properly increase node version...
1 parent 97120f2 commit 0950eb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ matrix:
33
- language: android
44
jdk: oraclejdk8
55
before_install:
6-
- nvm install 8
6+
- nvm install 10.18.1
77
- echo yes | sdkmanager "platforms;android-28"
88
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1
99
- export PATH=$HOME/.yarn/bin:$PATH

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint-plugin-react": "7.13.0",
6666
"eslint-plugin-react-native": "^3.6.0",
6767
"flow-bin": "^0.95.1",
68-
"husky": "3.1.0",
68+
"husky": "4.0.0",
6969
"jest": "24.8.0",
7070
"jest-cli": "^24.8.0",
7171
"lint-staged": "^9.5.0",

0 commit comments

Comments
 (0)