Comparing version 0.0.3 to 0.0.4
@@ -13,4 +13,4 @@ #!/usr/bin/env node | ||
} catch (e) { | ||
config = require('.\jshint-config.js'); | ||
JSHINT = require('.\jshint.js').JSHINT; | ||
config = require('./jshint-config.js'); | ||
JSHINT = require('./jshint.js').JSHINT; | ||
} | ||
@@ -17,0 +17,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "javascript fix base on jshint", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "./lib/run.js", | ||
@@ -8,0 +8,0 @@ "bin": { |
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