Skip to content

Commit

Permalink
fix(install): remove git version validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegrone committed Jun 30, 2018
1 parent 029bd27 commit 7d6f487
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"url": "https://github.com/jlegrone/git-config"
},
"engines": {
"git": "^2.6.0",
"node": ">=4"
},
"scripts": {
Expand Down Expand Up @@ -43,7 +42,6 @@
"semantic-release": "^15.6.0"
},
"dependencies": {
"chalk": "^2.1.0",
"validate-git-version": "^1.0.2"
"chalk": "^2.1.0"
}
}
1 change: 0 additions & 1 deletion scripts/bootstrap-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import './remove-config'
import './add-config'
import './validate-git-version'
19 changes: 0 additions & 19 deletions scripts/validate-git-version.js

This file was deleted.

10 changes: 1 addition & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ babel-runtime@6.26.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0:
core-js "^2.4.0"
regenerator-runtime "^0.11.0"

babel-runtime@^6.18.0, babel-runtime@^6.25.0:
babel-runtime@^6.18.0:
version "6.25.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.25.0.tgz#33b98eaa5d482bb01a8d1aa6b437ad2b01aec41c"
dependencies:
Expand Down Expand Up @@ -4386,14 +4386,6 @@ v8flags@^2.0.10:
dependencies:
user-home "^1.1.1"

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"

validate-npm-package-license@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc"
Expand Down

0 comments on commit 7d6f487

Please sign in to comment.