create-t6-app
Advanced tools
Comparing version 1.0.4 to 1.0.5
16
index.js
@@ -0,9 +1,11 @@ | ||
#!/usr/bin/env node | ||
import open from "open"; | ||
import prompts from "prompts"; | ||
// function sleep(ms) { | ||
// return new Promise((resolve) => { | ||
// setTimeout(resolve, ms); | ||
// }); | ||
// } | ||
function sleep(ms) { | ||
return new Promise((resolve) => { | ||
setTimeout(resolve, ms); | ||
}); | ||
} | ||
@@ -19,9 +21,9 @@ (async () => { | ||
await delay(5000); | ||
await sleep(5000); | ||
console.log("o7"); | ||
await delay(100); | ||
await sleep(100); | ||
await open("https://youtu.be/dQw4w9WgXcQ"); | ||
})(); |
{ | ||
"name": "create-t6-app", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Create a web application with the T6 stack", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
898
20