Skip to content

Commit e292cb8

Browse files
authored
chore: refresh lockfile (#300)
1 parent dd4bbaf commit e292cb8

File tree

3 files changed

+493
-375
lines changed

3 files changed

+493
-375
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1211
before_script: greenkeeper-lockfile-update
1312
script:
1413
- yarn commitlint --from="$TRAVIS_BRANCH" --to="$TRAVIS_COMMIT"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
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",

0 commit comments

Comments
 (0)