Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Add missing env comment. Fixes #219 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored and sandersn committed Mar 26, 2019
1 parent be8cee5 commit 122bee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { isTypeScriptVersion, parseTypeScriptVersionLine, TypeScriptVersion } from "definitelytyped-header-parser";
import { readdir, readFile, stat } from "fs-extra";
import { basename, dirname, join as joinPaths } from "path";
Expand Down

0 comments on commit 122bee8

Please sign in to comment.