Skip to content
This repository was archived by the owner on Jul 25, 2020. It is now read-only.

Commit 31bdc00

Browse files
author
Ian Walter
committed
Fixing postinstall script
1 parent 0f82b78 commit 31bdc00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

postinstall.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env node
22

33
const { join } = require('path')
4-
5-
const fs = require('@ianwalter/fs')
4+
const { promises: fs } = require('fs')
65
const { checkIfGlobalBinaryExists, install } = require('.')
76
const { print } = require('@ianwalter/print')
87

0 commit comments

Comments
 (0)