Skip to content

Commit

Permalink
Merge pull request #501 from Gillespie59/development
Browse files Browse the repository at this point in the history
3.0.2
  • Loading branch information
EmmanuelDemey committed Aug 16, 2017
2 parents c0392fe + c6f2b60 commit 1da9041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ testUtils.detectMissingRuleDefinitionForFiles(testFiles, {

// ----- docs -----
var docFiles = testUtils.getFiles({
basePath: './docs/',
basePath: './docs/rules/',
fileEnding: '.md'
});

Expand Down

0 comments on commit 1da9041

Please sign in to comment.