@minkimcello/georgia
Advanced tools
Comparing version 1.12.25 to 1.12.26
#!/usr/bin/env node | ||
'use strict'; | ||
const chalk = require('chalk'); | ||
// const chalk = require('chalk'); | ||
const spawn = require('child_process').spawn; | ||
@@ -66,3 +64,3 @@ const fs = require('fs'); | ||
if(file=='package.json'){ | ||
await ncp(`${DELETE_ME_L8R}/bin/${file}`, `${BIGTEST_DIR}/${file}}`) | ||
await ncp(`${DELETE_ME_L8R}/bin/${file}`, `${BIGTEST_DIR}/${file}`) | ||
} else { | ||
@@ -69,0 +67,0 @@ await ncp(`${DELETE_ME_L8R}/${file}`, `${BIGTEST_DIR}/${file}`); |
{ | ||
"name": "@minkimcello/georgia", | ||
"version": "1.12.25", | ||
"version": "1.12.26", | ||
"description": "BigTest Sample App", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/thefrontside/bigtest.git", |
709074
25204