Skip to content

Commit

Permalink
chore: refresh lockfile (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 15, 2019
1 parent dd4bbaf commit e292cb8
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 375 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,6 @@ before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn global add greenkeeper-lockfile@1
install: yarn --ignore-engines
before_script: greenkeeper-lockfile-update
script:
- yarn commitlint --from="$TRAVIS_BRANCH" --to="$TRAVIS_COMMIT"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -38,11 +38,11 @@
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@commitlint/cli": "^6.0.0",
"@commitlint/config-conventional": "^6.0.0",
"babel-jest": "^24.8.0",
"eslint": "^5.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-prettier": "^5.1.0",
"eslint-plugin-eslint-plugin": "^2.0.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
Expand Down

0 comments on commit e292cb8

Please sign in to comment.