Skip to content

Commit

Permalink
update bithound config
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Apr 11, 2017
1 parent 3eb383c commit e6dcb92
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .bithoundrc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"rimraf",
"sinon",
"sinon-chai",
"stylelint-config-standard",
"time-grunt"
]
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-03-26 | v1.2.11 | Maintenance |
| 2017-04-11 | v1.2.12 | Maintenance |
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
| 2017-01-13 | v1.0.26 | Maintenance |
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-web-notification",
"version": "1.2.11",
"version": "1.2.12",
"description": "AngularJS service for displaying web notifications.",
"authors": [
"Sagie Gur-Ari <sagiegurari@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-03-26 | v1.2.11 | Maintenance |
| 2017-04-11 | v1.2.12 | Maintenance |
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
| 2017-01-13 | v1.0.26 | Maintenance |
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
Expand Down
4 changes: 2 additions & 2 deletions docs/example/example.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.notification-form {
padding: 10px;
width: 60%;
padding: 10px;
width: 60%;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-web-notification",
"version": "1.2.11",
"version": "1.2.12",
"description": "AngularJS service for displaying web notifications.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down

0 comments on commit e6dcb92

Please sign in to comment.