create-alpine-app
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -24,2 +24,3 @@ #! /usr/bin/env node | ||
const checkedOut = runCommand (gitCheckoutCommand); | ||
const installCmd = runCommand (installDepsCommand); | ||
@@ -26,0 +27,0 @@ if(!checkedOut) process.exit(1); |
{ | ||
"name": "create-alpine-app", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "create-alpine-app": "bin/index.js" |
7148
61