Skip to content

Commit

Permalink
Merge pull request #396 from Gillespie59/development
Browse files Browse the repository at this point in the history
1.1.1
  • Loading branch information
EmmanuelDemey committed Jun 13, 2016
2 parents cba4fa3 + e1e74f0 commit ebbaa10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "6.0"
- "5.0"
- "4.2"
- "0.12"
Expand Down
2 changes: 1 addition & 1 deletion examples/controller-name.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ angular.module('myModule').controller('MyController', function () {
// ...
});

// example - valid: false, errorMessage: "The MyCtrl controller should follow this pattern\: /[A-Z].*Controller$/"
// example - valid: false, errorMessage: "The MyCtrl controller should follow this pattern\: /^[A-Z][a-zA-Z0-9]*Controller$/"
angular.module('myModule').controller('MyCtrl', function () {
// ...
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-angular",
"version": "1.1.0",
"version": "1.1.1",
"description": "ESLint rules for AngularJS projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ebbaa10

Please sign in to comment.