unminified-webpack-plugin
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -8,3 +8,3 @@ 'use strict'; | ||
var getFileName = function(name, opts) { | ||
var minIndex = name.indexOf('min'); | ||
var minIndex = name.lastIndexOf('min'); | ||
if (minIndex > -1) { | ||
@@ -11,0 +11,0 @@ return name.substring(0, minIndex - 1) + name.substring(minIndex + 3); |
{ | ||
"name": "unminified-webpack-plugin", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A `webpack` plugin for generating un-minified JavaScript files along with UglifyJsPlugin.", | ||
@@ -27,6 +27,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"del": "^2.2.1", | ||
"mocha": "^2.5.3", | ||
"webpack": "^1.13.1" | ||
"del": "^2.2.2", | ||
"mocha": "^3.0.2", | ||
"webpack": "^1.13.2" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
7229
4
0
103