create-monots
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "create-monots", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Bootstrap your TypeScript project with monots 🎉", | ||
@@ -31,6 +31,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@monots/utils": "^0.3.2", | ||
"@monots/utils": "^0.3.3", | ||
"@types/async-retry": "^1.4.3", | ||
"@types/cross-spawn": "^6.0.2", | ||
"@types/node": "^17.0.18", | ||
"@types/node": "^17.0.21", | ||
"@types/prompts": "^2.0.14", | ||
@@ -37,0 +37,0 @@ "@types/rimraf": "^3.0.2", |
@@ -61,3 +61,3 @@ import { promises as fs } from 'node:fs'; | ||
try { | ||
return await fs.readFile(filePath, 'utf-8'); | ||
return await fs.readFile(filePath, 'utf8'); | ||
} catch { | ||
@@ -64,0 +64,0 @@ return; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2675
614825