create-accurapp
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -155,3 +155,3 @@ #!/usr/bin/env node | ||
if (isRealRun) exec(`git add .`, appDir) | ||
if (isRealRun) exec(['git', 'commit', '-a', '-m', `ð¥ Bang! First commit\n\nApp bootstrapped with create-accurapp`], appDir) | ||
if (isRealRun) exec(['git', 'commit', '-a', '-m', `💥 Bang! First commit\n\nApp bootstrapped with create-accurapp`], appDir) | ||
} else { | ||
@@ -158,0 +158,0 @@ if (!isYesGit) log.info(`Not running 'git init/add/commit' because you chose so.`) |
{ | ||
"name": "create-accurapp", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Create accurat apps with minimum flexible build configuration", | ||
@@ -12,3 +12,3 @@ "repository": "accurat/accurapp", | ||
"index.js", | ||
"template/**" | ||
"template" | ||
], | ||
@@ -15,0 +15,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
32035