famous-cli
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -32,3 +32,3 @@ 'use strict'; | ||
extract(tempZipPath, tempPath, function(){ | ||
fs.copy(path.join(tempPath, 'mixed-mode-seed'), dirPath, function (err) { | ||
fs.copy(path.join(tempPath, 'engine-seed-master'), dirPath, function (err) { | ||
if (err) return console.error(err); | ||
@@ -50,3 +50,3 @@ if (typeof callback === 'function') { | ||
extract(tempZipPath, tempPath, function() { | ||
fs.copy(path.join(tempPath, 'mixed-mode-seed'), process.cwd(), function(err) { | ||
fs.copy(path.join(tempPath, 'engine-seed-master'), process.cwd(), function(err) { | ||
if (err) return console.error(err); | ||
@@ -72,3 +72,3 @@ if (typeof callback === 'function') { | ||
var file = fs.createWriteStream(dest); | ||
var request = https.get('https://s3-us-west-2.amazonaws.com/code.famo.us/cli/mixed-mode-seed.tar.gz', function(response) { | ||
var request = https.get('https://code.famo.us/cli/engine-seed-master.tar.gz', function(response) { | ||
response.pipe(file); | ||
@@ -75,0 +75,0 @@ file.on('finish', function() { |
{ | ||
"name": "famous-cli", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "CLI interface for Famous Industries Web Services", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83726