fast-sourcemap-concat
Advanced tools
Comparing version 1.4.0 to 2.0.0
{ | ||
"name": "fast-sourcemap-concat", | ||
"version": "1.4.0", | ||
"version": "2.0.0", | ||
"description": "Concatenate files while generating or propagating sourcemaps.", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"test": "mocha --inline-diffs", | ||
"test:debug": "mocha --no-timeouts debug" | ||
"test:debug": "mocha --no-timeouts --inspect" | ||
}, | ||
@@ -35,4 +35,4 @@ "files": [ | ||
"engines": { | ||
"node": ">= 4" | ||
"node": "10.* || >= 12.*" | ||
} | ||
} |
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
20280