condenseify
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "condenseify", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Browserify transform to remove unwanted blank lines from your code", | ||
@@ -10,5 +10,5 @@ "files": [ | ||
"scripts": { | ||
"coverage": "istanbul cover node_modules/.bin/_mocha", | ||
"coverage": "istanbul cover _mocha", | ||
"test": "mocha", | ||
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly" | ||
"test-travis": "istanbul cover _mocha --report lcovonly" | ||
}, | ||
@@ -30,3 +30,3 @@ "repository": { | ||
"pumpify": "1.3.x", | ||
"split2": "1.0.x", | ||
"split2": "2.0.x", | ||
"through2": "2.0.x" | ||
@@ -36,6 +36,6 @@ }, | ||
"concat-stream": "1.5.x", | ||
"istanbul": "0.3.x", | ||
"mocha": "2.2.x", | ||
"pre-commit": "1.0.x" | ||
"istanbul": "0.4.x", | ||
"mocha": "2.3.x", | ||
"pre-commit": "1.1.x" | ||
} | ||
} |
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
4856
+ Addedsplit2@2.0.1(transitive)
- Removedsplit2@1.0.0(transitive)
Updatedsplit2@2.0.x