eslint-import-resolver-webpack
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -112,3 +112,3 @@ var findRoot = require('find-root') | ||
if (altMain) { | ||
pkg['main'] = pkg[altMain] | ||
pkg['main'] = get(pkg, altMain) | ||
} | ||
@@ -115,0 +115,0 @@ } |
{ | ||
"name": "eslint-import-resolver-webpack", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6254