create-accurapp
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -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.0", | ||
"version": "3.0.1", | ||
"description": "Create accurat apps with minimum flexible build configuration", | ||
@@ -11,3 +11,4 @@ "repository": "accurat/accurapp", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"template/*" | ||
], | ||
@@ -14,0 +15,0 @@ "bin": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
6281
6
145
1
4
0