Skip to content

Commit

Permalink
test lefthook
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbes7878 committed Jun 21, 2022
1 parent c43402f commit 1188d27
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 48 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,5 @@ temp/
dist/
graphics-pack/
project-files/docs-ai-ps/
src/statics/images/docs-ai-ps
src/statics/images/docs-ai-ps
.lefthook-local/
Empty file modified .lefthook/pre-commit/precheck-file-size.sh
100644 → 100755
Empty file.
42 changes: 0 additions & 42 deletions .lefthook/prepare-commit-msg

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/eslint-parser": "^7.15.4",
"@babel/eslint-plugin": "^7.14.5",
"@babel/preset-env": "^7.15.6",
"@evilmartians/lefthook": "^1.0.1",
"@evilmartians/lefthook-installer": "^1.0.1",
"@reuters-graphics/eslint-config": "^0.0.2",
"@reuters-graphics/graphics-bin": "^0.0.26",
"@reuters-graphics/graphics-kit-publisher": "^0.2.6",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Ai2svelte,
} from '@reuters-graphics/graphics-svelte-components';
// Other dependencies you need here
// Other dependencies
import { apdate } from 'journalize';
import { marked } from 'marked';
import { truthyString } from '$utils/truthyString';
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -941,10 +941,12 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@evilmartians/lefthook@^1.0.1":
"@evilmartians/lefthook-installer@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@evilmartians/lefthook/-/lefthook-1.0.1.tgz#7b09cd1b41820ba8d4ce39fa2b188dd826b46a9a"
integrity sha512-s8yvhcGMvYSYdAGxUZl218gO6A3gVLMYIFHNZEICt0Vn4U66HCp3x+SdPX6YiBEoGbDulh8zRF35eaucHUxYMg==
resolved "https://registry.yarnpkg.com/@evilmartians/lefthook-installer/-/lefthook-installer-1.0.1.tgz#6eef92ed015227b46741ac9628215368a89fb423"
integrity sha512-2JSYdIQ1luWJJNFMkNPQRJ+eY1Bm4xecnR6MaacedizRwOH1/aW2a44Pr3jIdlSUU6Xao4uoVIUoksHmUP7F5A==
dependencies:
node-downloader-helper "^1.0.18"

"@fortawesome/fontawesome-common-types@^0.2.36":
version "0.2.36"
Expand Down Expand Up @@ -4839,6 +4841,11 @@ node-addon-api@^3.2.0:
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz#81325e0a2117789c0128dab65e7e38f07ceba161"
integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==

node-downloader-helper@^1.0.18:
version "1.0.19"
resolved "https://registry.yarnpkg.com/node-downloader-helper/-/node-downloader-helper-1.0.19.tgz#f3313543dfaf6fabc58361886f14dca790f0fb6c"
integrity sha512-Bwp8WWDDP5ftg+FmAKU08a9+oiUTPoYzMvXgUqZZPQ7VMo1qKBzW3XdTXHeYnqjGLfkTZ2GPibgAWpApfpeS2g==

node-fetch@^2.3.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
Expand Down

0 comments on commit 1188d27

Please sign in to comment.