gulp-better-rollup
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -39,3 +39,3 @@ 'use strict' | ||
if (this.arg2) { | ||
rollupOptions = this.arg1 | ||
rollupOptions = Object.assign({}, this.arg1) | ||
var bundleList = parseBundles(this.arg2) | ||
@@ -42,0 +42,0 @@ } else { |
{ | ||
"name": "gulp-better-rollup", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Better Gulp plugin for Rollup ES6 module bundler", | ||
@@ -5,0 +5,0 @@ "author": "Mike Kovarik", |
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
14322