Skip to content

Commit

Permalink
chore(types): extract types for conventional-commits-detector (#6633)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Jun 29, 2020
1 parent 7611e63 commit a99ef9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/missing.d.ts
@@ -1,8 +1,3 @@
declare module 'conventional-commits-detector' {
function detector(commits: string[]): string;
export = detector;
}

declare module 'json-dup-key-validator' {
export function validate(
jsonString: string,
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -191,6 +191,7 @@
"@types/cacache": "12.0.1",
"@types/chai": "4.2.11",
"@types/clean-git-ref": "2.0.0",
"@types/conventional-commits-detector": "1.0.0",
"@types/convert-hrtime": "2.0.0",
"@types/eslint": "6.8.1",
"@types/fs-extra": "9.0.1",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -1485,6 +1485,11 @@
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==

"@types/conventional-commits-detector@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/conventional-commits-detector/-/conventional-commits-detector-1.0.0.tgz#27e143c481d6fa6146863d77e6b91de877d4f09e"
integrity sha512-ZB+G1yG5pQoWaaHg0D4H9c29q61Y0O/kyOtEx0IKL3Gca3EGEcN3jh5OHnoQp00/pFoqJR63htsviivOkTXuCw==

"@types/convert-hrtime@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@types/convert-hrtime/-/convert-hrtime-2.0.0.tgz#48d8215750e602a8ea439591c741cc927c116bb1"
Expand Down

0 comments on commit a99ef9d

Please sign in to comment.