Comparing version 0.0.4 to 0.0.5
@@ -6,12 +6,4 @@ #!/usr/bin/env node | ||
map = require('./map.js'), | ||
config, | ||
JSHINT; | ||
try { | ||
config = require('\\\\u\\f2ehint\\lib\\jshint-config.js'); | ||
JSHINT = require('\\\\u\\f2ehint\\packages\\jshint\\jshint.js').JSHINT; | ||
} catch (e) { | ||
config = require('./jshint-config.js'); | ||
config = require('./jshint-config.js'), | ||
JSHINT = require('./jshint.js').JSHINT; | ||
} | ||
@@ -18,0 +10,0 @@ var counts_all = 0, |
{ | ||
"author": "wiky <wiky@f2e.cc>", | ||
"author": { | ||
"name": "wiky", | ||
"email": "wiky@f2e.cc" | ||
}, | ||
"name": "jsfix", | ||
"description": "javascript fix base on jshint", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "./lib/run.js", | ||
@@ -15,3 +18,16 @@ "bin": { | ||
"node": "*" | ||
} | ||
}, | ||
"_npmUser": { | ||
"name": "wiky", | ||
"email": "wiky@f2e.cc" | ||
}, | ||
"_id": "jsfix@0.0.4", | ||
"_engineSupported": true, | ||
"_npmVersion": "1.1.21", | ||
"_nodeVersion": "v0.6.17", | ||
"_defaultsLoaded": true, | ||
"dist": { | ||
"shasum": "bade0f5c2cc21874a338db9f1985eb1a47556d9c" | ||
}, | ||
"_from": "jsfix" | ||
} |
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
10422
287