commonplace
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -111,3 +111,8 @@ var fs = require('fs'); | ||
console.log('Bootstrapping commonplace update...'); | ||
spawn('commonplace', ['update']).on('close', function(code) { | ||
var updater = spawn('commonplace', ['update']); | ||
updater.stdout.on('data', process.stdout.write); | ||
updater.stderr.on('data', process.stderr.write); | ||
updater.on('close', function(code) { | ||
if (code) { | ||
@@ -114,0 +119,0 @@ console.error('Error updating commonplace'); |
{ | ||
"name": "commonplace", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "url": "git://github.com/mozilla/commonplace.git", |
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
785848
9663