Skip to content

Commit a7fd875

Browse files
committed
lint fix
1 parent ac81713 commit a7fd875

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.13",
3+
"version": "1.0.14",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <sagiegurari@gmail.com>"

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-14 | v1.0.13 | Maintenance |
3+
| 2016-10-12 | v1.0.14 | 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 |

docs/example/example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
.notification-form {
3-
width: 60%;
43
padding: 10px;
4+
width: 60%;
55
}

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.13",
3+
"version": "1.0.14",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)