create-stencil
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -66,3 +66,3 @@ #!/usr/bin/env node | ||
return new Promise((resolve) => { | ||
console.log("\n🏃♀️ Removing remotes in git...") | ||
console.log("\n✂️ Removing remotes in Git...") | ||
exec(`git remote rm origin`, () => { | ||
@@ -69,0 +69,0 @@ resolve() |
{ | ||
"name": "create-stencil", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Helps create a new stencil application", | ||
@@ -5,0 +5,0 @@ "main": "createStencilApp.js", |
2600