Comparing version 0.1.4 to 0.1.5
@@ -6,2 +6,3 @@ var gulp = require('gulp'); | ||
var sourcemaps = require('gulp-sourcemaps'); | ||
var ngAnnotate = require('gulp-ng-annotate'); | ||
var fs = require('fs'); | ||
@@ -20,4 +21,7 @@ | ||
.pipe(concat('lab.js')) | ||
.pipe(ngAnnotate()) | ||
.pipe(sourcemaps.write()) | ||
.pipe(minify({})) | ||
.pipe(minify({ | ||
mangle: ['sharedData','angular'] | ||
})) | ||
.pipe(gulp.dest(config.way)) | ||
@@ -24,0 +28,0 @@ .pipe(gulpFn(function() { |
{ | ||
"name": "js-minify", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Minify all files", | ||
@@ -25,4 +25,5 @@ "license": "MIT", | ||
"gulp-sourcemaps": "*", | ||
"gulp-ng-annotate": "*", | ||
"gulp-fn": "*" | ||
} | ||
} |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
2664
27
6
7
+ Addedgulp-ng-annotate@*
+ Addedacorn@2.6.4(transitive)
+ Addedalter@0.2.0(transitive)
+ Addedbufferstreams@1.1.3(transitive)
+ Addedconvert-source-map@1.1.3(transitive)
+ Addedgulp-ng-annotate@2.1.0(transitive)
+ Addedmerge@1.2.1(transitive)
+ Addedminimist@0.0.10(transitive)
+ Addedng-annotate@1.2.2(transitive)
+ Addedoptimist@0.6.1(transitive)
+ Addedordered-ast-traverse@1.1.1(transitive)
+ Addedordered-esprima-props@1.1.0(transitive)
+ Addedsimple-fmt@0.1.0(transitive)
+ Addedsimple-is@0.2.0(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addedstable@0.1.8(transitive)
+ Addedstringmap@0.2.2(transitive)
+ Addedstringset@0.2.1(transitive)
+ Addedtryor@0.1.2(transitive)
+ Addedvinyl-sourcemaps-apply@0.2.1(transitive)
+ Addedwordwrap@0.0.3(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)