diff --git a/package.json b/package.json index 8a3ed5a5..2ad7094e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-angular", - "version": "3.0.1", + "version": "3.0.2", "description": "ESLint rules for AngularJS projects", "main": "index.js", "scripts": { diff --git a/test/index.js b/test/index.js index e2f7ea2e..c110a2f4 100644 --- a/test/index.js +++ b/test/index.js @@ -40,7 +40,7 @@ testUtils.detectMissingRuleDefinitionForFiles(testFiles, { // ----- docs ----- var docFiles = testUtils.getFiles({ - basePath: './docs/', + basePath: './docs/rules/', fileEnding: '.md' });