Skip to content

Commit

Permalink
Merge pull request #8 from jlegrone/feature/fix-missing-dep
Browse files Browse the repository at this point in the history
Fix missing dependency
  • Loading branch information
jlegrone authored Aug 9, 2017
2 parents 2758ac3 + e5695bc commit 4b5cb73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
before_script:
- yarn build
script:
- yarn postinstall
- yarn install --production
- git aliases
- node lib/remove-config.test
after_success:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
},
"dependencies": {
"chalk": "^2.1.0",
"validate-git-version": "^1.0.1"
"validate-git-version": "^1.0.2"
}
}
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ babel-register@^6.24.1:
mkdirp "^0.5.1"
source-map-support "^0.4.2"

babel-runtime@^6.18.0:
babel-runtime@^6.18.0, babel-runtime@^6.25.0:
version "6.25.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.25.0.tgz#33b98eaa5d482bb01a8d1aa6b437ad2b01aec41c"
dependencies:
Expand Down Expand Up @@ -2836,10 +2836,11 @@ validate-commit-msg@^2.12.2:
findup "0.1.5"
semver-regex "1.0.0"

validate-git-version@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/validate-git-version/-/validate-git-version-1.0.1.tgz#ccb459edd0466446a0424517f3da0bcc4460524b"
validate-git-version@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/validate-git-version/-/validate-git-version-1.0.2.tgz#e239a154aa39bc609888caa562f5ce135b5910a5"
dependencies:
babel-runtime "^6.25.0"
pify "^3.0.0"
semver "^5.4.1"

Expand Down

0 comments on commit 4b5cb73

Please sign in to comment.