@shimo/gulp-build
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@shimo/gulp-build", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Compress your backend codes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ import Promise from 'bluebird' | ||
Promise.each(['clean', 'webpack', 'package', 'copy', 'npm_install'], taskName => { | ||
return Promise.each(['clean', 'webpack', 'package', 'copy', 'npm_install'], taskName => { | ||
const task = require(`./tasks/${taskName}`).default(options) | ||
@@ -12,0 +12,0 @@ return task() |
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
8470