Replace shared-git-hooks with package.json script

This commit is contained in:
Rummskartoffel 2020-11-26 00:18:29 +01:00
parent 45bfe98ada
commit b988738c31
2 changed files with 2 additions and 7 deletions

View file

@ -40,7 +40,6 @@
"nearley": "^2.19.8", "nearley": "^2.19.8",
"prettier": "^2.2.0", "prettier": "^2.2.0",
"selenium-webdriver": "^4.0.0-alpha.7", "selenium-webdriver": "^4.0.0-alpha.7",
"shared-git-hooks": "^1.2.1",
"source-map-loader": "^1.1.2", "source-map-loader": "^1.1.2",
"ts-jest": "^25.5.1", "ts-jest": "^25.5.1",
"ts-loader": "^8.0.11", "ts-loader": "^8.0.11",
@ -69,7 +68,8 @@
"run": "web-ext run -s build/ -u 'txti.es'", "run": "web-ext run -s build/ -u 'txti.es'",
"test": "yarn run build && web-ext build --source-dir ./build --overwrite-dest && jest --silent", "test": "yarn run build && web-ext build --source-dir ./build --overwrite-dest && jest --silent",
"update-buildsystem": "rm -rf src/node_modules; yarn run clean", "update-buildsystem": "rm -rf src/node_modules; yarn run clean",
"watch": "echo 'watch is broken, use build instead'; exit 0;" "watch": "echo 'watch is broken, use build instead'; exit 0;",
"install": "git config core.hookspath hooks/"
}, },
"author": "Colin Caine", "author": "Colin Caine",
"repository": { "repository": {

View file

@ -8200,11 +8200,6 @@ sha.js@^2.4.0, sha.js@^2.4.8, sha.js@~2.4.4:
inherits "^2.0.1" inherits "^2.0.1"
safe-buffer "^5.0.1" safe-buffer "^5.0.1"
shared-git-hooks@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/shared-git-hooks/-/shared-git-hooks-1.2.1.tgz#f17f59677cbf8fc3ee8ee71934a9de70a0920cce"
integrity sha1-8X9ZZ3y/j8PujucZNKnecKCSDM4=
shebang-command@^1.2.0: shebang-command@^1.2.0:
version "1.2.0" version "1.2.0"
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"