Skip to content

Commit ac81713

Browse files
committed
fix lint issues
1 parent d92a06f commit ac81713

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
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-09-13 | v1.0.12 | Maintenance |
111+
| 2016-09-14 | v1.0.13 | 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 |

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.12",
3+
"version": "1.0.13",
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-09-13 | v1.0.12 | Maintenance |
3+
| 2016-09-14 | v1.0.13 | 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.12",
3+
"version": "1.0.13",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

test/.jscs.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)