Skip to content

Commit

Permalink
Upgrade husky to version 4.0.0 (#602)
Browse files Browse the repository at this point in the history
* chore(package): update husky to version 4.0.0

* build: properly increase node version...
  • Loading branch information
depfu[bot] authored and ferdicus committed Jan 23, 2020
1 parent 97120f2 commit 0950eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ matrix:
- language: android
jdk: oraclejdk8
before_install:
- nvm install 8
- nvm install 10.18.1
- echo yes | sdkmanager "platforms;android-28"
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1
- export PATH=$HOME/.yarn/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react-native": "^3.6.0",
"flow-bin": "^0.95.1",
"husky": "3.1.0",
"husky": "4.0.0",
"jest": "24.8.0",
"jest-cli": "^24.8.0",
"lint-staged": "^9.5.0",
Expand Down

0 comments on commit 0950eb1

Please sign in to comment.