Skip to content

Commit 023184a

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 3771d36 commit 023184a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/nodePackageJson.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function isNodePackageJson (value: any): value is NodePackageJson {
6262
throw new Error('Not implemented')
6363
/* possible implementation:
6464
try { assertNodePackageJson(value) }
65-
catch{ return false }
65+
catch { return false }
6666
return true
6767
*/
6868
}

0 commit comments

Comments
 (0)