conversikit
Advanced tools
Comparing version 1.8.4 to 1.8.5
@@ -1,2 +0,2 @@ | ||
const fs = require('fs').promises; | ||
const fs = require('fs'); | ||
@@ -157,3 +157,3 @@ module.exports = { | ||
let data = await fs.readFile(path, 'utf8'); | ||
let data = await fs.readFileSync(path, 'utf8'); | ||
@@ -160,0 +160,0 @@ // console.log("data ==== ", data) |
{ | ||
"name": "conversikit", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "convert anything", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
11228