cgb-dev-utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -14,12 +14,4 @@ /** | ||
const pkg = require( './package.json' ); | ||
const notifier = updateNotifier( { | ||
pkg: pkg, | ||
// updateCheckInterval: 1000 * 60 * 60 * 24, // 1 day | ||
} ); | ||
updateNotifier( { pkg } ).notify(); | ||
if ( notifier.update ) { | ||
notifier.notify(); | ||
process.exit( 0 ); | ||
} | ||
/** | ||
@@ -26,0 +18,0 @@ * Cross platform clear console. |
@@ -13,14 +13,6 @@ /** | ||
const pkg = require( './package.json' ); | ||
const notifier = updateNotifier( { | ||
pkg: pkg, | ||
updateCheckInterval: 1000 * 60 * 60 * 24, // 1 day. | ||
} ); | ||
updateNotifier( { pkg } ).notify(); | ||
if ( notifier.update ) { | ||
notifier.notify(); | ||
process.exit( 0 ); | ||
} | ||
const crossSpawn = require( 'cross-spawn' ); | ||
module.exports = crossSpawn; |
@@ -13,12 +13,4 @@ /** | ||
const pkg = require( './package.json' ); | ||
const notifier = updateNotifier( { | ||
pkg: pkg, | ||
updateCheckInterval: 1000 * 60 * 60 * 24, // 1 day. | ||
} ); | ||
updateNotifier( { pkg } ).notify(); | ||
if ( notifier.update ) { | ||
notifier.notify(); | ||
process.exit( 0 ); | ||
} | ||
// WARNING: this code is untranspiled and is used in browser too. | ||
@@ -25,0 +17,0 @@ // Please make sure any changes are in ES5 or contribute a Babel compile step. |
{ | ||
"name": "cgb-dev-utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Webpack utilities used by Create Guten Blocks", | ||
@@ -5,0 +5,0 @@ "repository": "ahmadawais/create-guten-block", |
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
5819
145