npm-java-runner
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -26,3 +26,4 @@ #!/usr/bin/env node | ||
var result = []; | ||
for (var file in fs_1.default.readdirSync(dir)) { | ||
for (var _i = 0, _a = fs_1.default.readdirSync(dir); _i < _a.length; _i++) { | ||
var file = _a[_i]; | ||
var filePath = path_1.default.join(dir, file); | ||
@@ -29,0 +30,0 @@ var stat = fs_1.default.statSync(filePath); |
{ | ||
"name": "npm-java-runner", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "npm run format && tsc -p .", |
Sorry, the diff of this file is not supported yet
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
5398
59