fix(ESM): Converted from CommonJS to ESM

This commit is contained in:
Chris Troutner
2022-09-08 08:59:03 -07:00
parent 448b028bb4
commit b37dae60d1
-1
View File
@@ -9,7 +9,6 @@
import { readFileSync } from 'fs'
const pkgInfo = JSON.parse(readFileSync('package.json'))
const version = pkgInfo.version
const ipfsCoordName = process.env.COORD_NAME