Comparing version 0.1.4 to 1.0.0
@@ -18,3 +18,3 @@ /* ================================================================ | ||
var path = require('path'); | ||
var _ = require('./helper'); | ||
var EOL = require('os').EOL; | ||
var spawn = require('win-spawn'); | ||
@@ -24,2 +24,4 @@ var JAVA_HOME = require('java-home'); | ||
var _ = require('./helper'); | ||
//var isWindows = _.platform.isWindows; | ||
@@ -92,6 +94,6 @@ | ||
antProcess.stdout.on('data', function(data) { | ||
console.log(data); | ||
console.log(data.split(EOL).join(EOL)); | ||
}); | ||
antProcess.stderr.on('data', function(data) { | ||
console.log(data); | ||
console.log(data.split(EOL).join(EOL)); | ||
}); | ||
@@ -98,0 +100,0 @@ |
{ | ||
"name": "ant-build", | ||
"version": "0.1.4", | ||
"version": "1.0.0", | ||
"description": "ant build", | ||
@@ -5,0 +5,0 @@ "keywords": ["ant", "build"], |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
17783
12
151
1