Skip to content

Commit

Permalink
fix(install): update to working validate-git-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegrone committed Aug 9, 2017
1 parent 3fab789 commit e5695bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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 e5695bc

Please sign in to comment.