create-mithrilts-app
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -121,6 +121,6 @@ #! /usr/bin/env node | ||
["erikvullings", applicationDesc], | ||
["123456789", applicationPort], | ||
["65533", applicationPort], | ||
]); | ||
replaceWordsInFiles(projectName, dictionary); | ||
await replaceWordsInFiles(projectName, dictionary); | ||
// Here you can write the logic to generate the Mithril app with the provided details | ||
@@ -127,0 +127,0 @@ // For demonstration purposes, let's just log a success message |
{ | ||
"name": "create-mithrilts-app", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Create a mithril app, using TypeScript and Materialize-CSS.", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
5770