Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "solhint", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Solidity Code Linter", | ||
@@ -5,0 +5,0 @@ "main": "solhint.js", |
#!/usr/bin/env node | ||
const program = require('commander'); | ||
const linter = require('./index.all'); | ||
const linter = require('./lib/index'); | ||
const _ = require('lodash'); | ||
@@ -6,0 +6,0 @@ const fs = require('fs'); |
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