From c956d3b61d2ae18150ffdee0a99806ea5789e8c8 Mon Sep 17 00:00:00 2001 From: Ben Mosher Date: Thu, 26 Mar 2015 06:55:30 -0400 Subject: [PATCH] Bump to v0.3.11. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7ee8d6cf..a9c56d15a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Will report at the import declaration if there are _no_ exported names found. Also, will report for computed references (i.e. `foo["bar"]()`). -**Implementation note**: currently, this rule does not check for possible redefinition of the namespace in an intermediate scope. Adherence to the ESLint `no-shadow` rule for namespaces will prevent this from being a problem. +**Implementation note**: currently, this rule does not check for possible redefinition of the namespace in an intermediate scope. Adherence to either `import/no-reassign` or the ESLint `no-shadow` rule for namespaces will prevent this from being a problem. ### `no-reassign` diff --git a/package.json b/package.json index ccdfe8c48..bb42b8bb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "0.3.10", + "version": "0.3.11", "description": "Import with sanity.", "main": "index.js", "directories": {