File tree Expand file tree Collapse file tree 3 files changed +493
-375
lines changed Expand file tree Collapse file tree 3 files changed +493
-375
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ before_install:
88- curl -o- -L https://yarnpkg.com/install.sh | bash
99- export PATH="$HOME/.yarn/bin:$PATH"
1010- yarn global add greenkeeper-lockfile@1
11- install : yarn --ignore-engines
1211before_script : greenkeeper-lockfile-update
1312script :
1413- yarn commitlint --from="$TRAVIS_BRANCH" --to="$TRAVIS_COMMIT"
Original file line number Diff line number Diff line change 3838 "@babel/cli" : " ^7.4.4" ,
3939 "@babel/core" : " ^7.4.4" ,
4040 "@babel/preset-env" : " ^7.4.4" ,
41- "@commitlint/cli" : " ^8 .0.0" ,
42- "@commitlint/config-conventional" : " ^8 .0.0" ,
41+ "@commitlint/cli" : " ^6 .0.0" ,
42+ "@commitlint/config-conventional" : " ^6 .0.0" ,
4343 "babel-jest" : " ^24.8.0" ,
4444 "eslint" : " ^5.1.0" ,
45- "eslint-config-prettier" : " ^4 .1.0" ,
45+ "eslint-config-prettier" : " ^5 .1.0" ,
4646 "eslint-plugin-eslint-plugin" : " ^2.0.0" ,
4747 "eslint-plugin-node" : " ^8.0.0" ,
4848 "eslint-plugin-prettier" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments