eslint-plugin-adi
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.2.1"></a> | ||
## [0.2.1](https://github.com/giraud/eslint-plugin-adi/compare/v0.2.0...v0.2.1) (2016-12-16) | ||
### Bug Fixes | ||
* remove the console.log ([ef4ac0c](https://github.com/giraud/eslint-plugin-adi/commit/ef4ac0c)) | ||
<a name="0.2.0"></a> | ||
@@ -7,0 +17,0 @@ # [0.2.0](https://github.com/giraud/eslint-plugin-adi/compare/v0.1.0...v0.2.0) (2016-12-15) |
@@ -28,3 +28,2 @@ 'use strict'; | ||
var forbidden = forbiddenImports[bundle]; | ||
console.log(bundle, forbidden, node.source.value); | ||
for (var other of forbidden) { | ||
@@ -31,0 +30,0 @@ if (0 <= node.source.value.indexOf(other)) { |
{ | ||
"name": "eslint-plugin-adi", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
66530
47