Skip to content

Commit 6bfcc70

Browse files
committed
update configs
1 parent e6dcb92 commit 6bfcc70

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

.jsbeautifyrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"good_stuff": true
2424
},
2525
"css": {
26-
"indent_size": 4,
26+
"indent_size": 2,
2727
"indent_char": " ",
2828
"indent_with_tabs": false,
2929
"eol": "\n",

README.md

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

113113
| Date | Version | Description |
114114
| ----------- | ------- | ----------- |
115-
| 2017-04-11 | v1.2.12 | Maintenance |
115+
| 2017-04-11 | v1.2.13 | Maintenance |
116116
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
117117
| 2017-01-13 | v1.0.26 | Maintenance |
118118
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |

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.2.12",
3+
"version": "1.2.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-
| 2017-04-11 | v1.2.12 | Maintenance |
3+
| 2017-04-11 | v1.2.13 | Maintenance |
44
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
55
| 2017-01-13 | v1.0.26 | Maintenance |
66
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |

docs/example/example.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.notification-form {
32
padding: 10px;
43
width: 60%;

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<script type="text/javascript" src="https://rawgit.com/sagiegurari/angular-web-notification/master/angular-web-notification.js"></script>
1010
<script type="text/javascript" src="example/example.js"></script>
1111

12-
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
13-
<link href="example/example.css" rel="stylesheet"/>
12+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
13+
<link href="example/example.css" rel="stylesheet" />
1414
</head>
1515

1616
<body>
1717
<form class="notification-form" ng-controller="exampleForm">
1818
<div class="form-group">
1919
<label for="title">Title</label>
20-
<input type="text" class="form-control" id="title" placeholder="Notification Title" ng-model="title"/>
20+
<input type="text" class="form-control" id="title" placeholder="Notification Title" ng-model="title" />
2121
</div>
2222
<div class="form-group">
2323
<label for="message">Notification Text</label>

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

0 commit comments

Comments
 (0)