Comparing version 1.1.4 to 1.1.5
@@ -32,3 +32,3 @@ #!/usr/bin/env node | ||
// var path = require('path'); | ||
var path = require('path'); | ||
@@ -63,3 +63,3 @@ var esmall = require('../'); | ||
if (!argv.o) { | ||
console.log(minified); | ||
process.stdout.write(minified); | ||
process.exit(0); | ||
@@ -66,0 +66,0 @@ } |
{ | ||
"name": "esmall", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Pretty Naive", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
93847