uglify-js
Advanced tools
Comparing version 2.8.13 to 2.8.14
@@ -7,3 +7,3 @@ { | ||
"license": "BSD-2-Clause", | ||
"version": "2.8.13", | ||
"version": "2.8.14", | ||
"engines": { | ||
@@ -10,0 +10,0 @@ "node": ">=0.8.0" |
@@ -71,3 +71,4 @@ UglifyJS 2 | ||
JS that was generated from some other original | ||
code. | ||
code. Specify "inline" if the source map is included | ||
inline with the sources. | ||
--screw-ie8 Use this flag if you don't wish to support | ||
@@ -204,5 +205,6 @@ Internet Explorer 6/7/8. | ||
To use this feature you need to pass `--in-source-map | ||
/path/to/input/source.map`. Normally the input source map should also point | ||
to the file containing the generated JS, so if that's correct you can omit | ||
input files from the command line. | ||
/path/to/input/source.map` or `--in-source-map inline` if the source map is | ||
included inline with the sources. Normally the input source map should also | ||
point to the file containing the generated JS, so if that's correct you can | ||
omit input files from the command line. | ||
@@ -209,0 +211,0 @@ ## Mangler options |
Sorry, the diff of this file is too big to display
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
995
602814
15279