Skip to content

Commit

Permalink
Remove writeFile import in install.ts
Browse files Browse the repository at this point in the history
Was causing issues with eslint
  • Loading branch information
ronitagarwala01 committed Nov 22, 2023
1 parent 8442cb9 commit dc97eb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import fetch from 'make-fetch-happen'
import { Extract as unzip } from 'unzip-stream'
import { x as untar } from 'tar'
import { cache, exists, mkdirP } from './paths.js'
import { writeFile } from 'fs/promises'

const version = '2.11.0'

Expand Down

0 comments on commit dc97eb7

Please sign in to comment.