diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-30 14:46:43 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-30 14:46:43 +0100 |
commit | 3364193417db360bff4f5b835e00fcfd0d2b42c1 (patch) | |
tree | 494050e09ff318ab1b81ffabaf0e4faacf7614a7 | |
parent | bb0a7919b20d705a488120e59b415eadb3add5b8 (diff) | |
download | sonarqube-3364193417db360bff4f5b835e00fcfd0d2b42c1.tar.gz sonarqube-3364193417db360bff4f5b835e00fcfd0d2b42c1.zip |
drop git precommit hook
-rw-r--r-- | server/sonar-web/package.json | 1 | ||||
-rw-r--r-- | server/sonar-web/yarn.lock | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index 225af331c02..1ec6c0ba8a0 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -90,7 +90,6 @@ "fs-extra": "0.30.0", "handlebars-loader": "1.6.0", "html-webpack-plugin": "2.30.1", - "husky": "0.14.3", "jest": "21.2.1", "lint-staged": "4.3.0", "postcss-custom-properties": "6.2.0", diff --git a/server/sonar-web/yarn.lock b/server/sonar-web/yarn.lock index 5356d950448..9b69d65b638 100644 --- a/server/sonar-web/yarn.lock +++ b/server/sonar-web/yarn.lock @@ -3639,14 +3639,6 @@ https-browserify@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-0.0.1.tgz#3f91365cabe60b77ed0ebba24b454e3e09d95a82" -husky@0.14.3: - version "0.14.3" - resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.3.tgz#c69ed74e2d2779769a17ba8399b54ce0b63c12c3" - dependencies: - is-ci "^1.0.10" - normalize-path "^1.0.0" - strip-indent "^2.0.0" - iconv-lite@0.4.13: version "0.4.13" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2" @@ -5175,10 +5167,6 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: semver "2 || 3 || 4 || 5" validate-npm-package-license "^3.0.1" -normalize-path@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379" - normalize-path@^2.0.0, normalize-path@^2.0.1: version "2.1.1" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" @@ -7077,10 +7065,6 @@ strip-indent@^1.0.1: dependencies: get-stdin "^4.0.1" -strip-indent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" - strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" |