@sinclair/hammer
Advanced tools
Comparing version 0.15.7 to 0.15.8
12
index.js
@@ -248,18 +248,18 @@ "use strict"; | ||
case 'build': | ||
console.log(`${blue}Build${esc}: ${this.options.sourcePaths.join(' ')}`); | ||
console.log(`${blue}[build]${esc}: ${this.options.sourcePaths.join(' ')}`); | ||
break; | ||
case 'watch': | ||
console.log(`${blue}Watch${esc}: ${this.options.sourcePaths.join(' ')}`); | ||
console.log(`${blue}[watch]${esc}: ${this.options.sourcePaths.join(' ')}`); | ||
break; | ||
case 'serve': | ||
console.log(`${blue}Serve${esc}: http://localhost:${this.options.port}`); | ||
console.log(`${blue}[serve]${esc}: ${this.options.dist} on ${blue}${this.options.port}${esc}`); | ||
break; | ||
case 'start': | ||
console.log(`${blue}Start${esc}: ${this.options.entryPath} ${this.options.args.join(' ')}`); | ||
console.log(`${blue}[start]${esc}: ${this.options.entryPath} ${this.options.args.join(' ')}`); | ||
break; | ||
case 'monitor': | ||
console.log(`${blue}Monitor${esc}: ${this.options.sourcePaths.join(' ')}`); | ||
console.log(`${blue}[monitor]${esc}: ${this.options.sourcePaths.join(' ')}`); | ||
break; | ||
case 'task': | ||
console.log(`${blue}Task${esc}: ${this.options.name} ${this.options.arguments.join(' ')}`); | ||
console.log(`${blue}[task]${esc}: ${this.options.name} ${this.options.arguments.join(' ')}`); | ||
break; | ||
@@ -266,0 +266,0 @@ } |
{ | ||
"name": "@sinclair/hammer", | ||
"version": "0.15.7", | ||
"version": "0.15.8", | ||
"description": "Build Tool for Browser and Node Applications", | ||
@@ -5,0 +5,0 @@ "author": "sinclairzx81", |
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
255542