Skip to content

Commit bb0cbb0

Browse files
committed
eslint upgrade
1 parent fab5aae commit bb0cbb0

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
108108

109109
| Date | Version | Description |
110110
| ----------- | ------- | ----------- |
111-
| 2016-10-12 | v1.0.14 | Maintenance |
111+
| 2016-10-16 | v1.0.15 | Maintenance |
112112
| 2016-09-10 | v1.0.6 | Default to website favicon.ico if icon not provided in options |
113113
| 2016-09-07 | v1.0.4 | Callback is now optional |
114114
| 2016-09-07 | v1.0.3 | Maintenance |

angular-web-notification.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
*/
4646
service.allowRequest = true; //true to enable automatic requesting of permissions if needed
4747

48+
/*eslint-disable func-name-matching*/
4849
Object.defineProperty(service, 'permissionGranted', {
4950
/**
5051
* Returns the permission granted value.
@@ -72,6 +73,7 @@
7273
return permissionGranted;
7374
}
7475
});
76+
/*eslint-enable func-name-matching*/
7577

7678
/**
7779
* @ngdoc method

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3-
| 2016-10-12 | v1.0.14 | Maintenance |
3+
| 2016-10-16 | v1.0.15 | Maintenance |
44
| 2016-09-10 | v1.0.6 | Default to website favicon.ico if icon not provided in options |
55
| 2016-09-07 | v1.0.4 | Callback is now optional |
66
| 2016-09-07 | v1.0.3 | Maintenance |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)