webpack-sources
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -43,2 +43,5 @@ /* | ||
return diff; | ||
diff = b[0] - a[0]; | ||
if(diff !== 0) | ||
return diff; | ||
return b[3] - a[3]; | ||
@@ -45,0 +48,0 @@ }); |
{ | ||
"name": "webpack-sources", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Source code handling classes for webpack", | ||
@@ -19,3 +19,3 @@ "main": "./lib/index.js", | ||
"source-map": "~0.5.3", | ||
"source-list-map": "~0.1.0" | ||
"source-list-map": "~0.1.7" | ||
}, | ||
@@ -33,2 +33,5 @@ "devDependencies": { | ||
}, | ||
"files": [ | ||
"lib/" | ||
], | ||
"repository": { | ||
@@ -35,0 +38,0 @@ "type": "git", |
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
26685
13
602
Updatedsource-list-map@~0.1.7