Skip to content

Commit c24de7e

Browse files
committed
bower dependencies upgrade
1 parent 0b68fc9 commit c24de7e

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

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

102102
| Date | Version | Description |
103103
| ----------- | ------- | ----------- |
104-
| 2016-02-17 | v0.0.62 | Maintenance |
104+
| 2016-02-21 | v0.0.63 | Maintenance |
105105
| 2015-09-26 | v0.0.31 | Update bower dependencies |
106106
| 2015-09-26 | v0.0.30 | Added 'onClick' option to enable adding onclick event handler for the notification |
107107
| 2015-09-02 | v0.0.29 | Maintenance |

bower.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "0.0.62",
3+
"version": "0.0.63",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <sagiegurari@gmail.com>"
@@ -23,13 +23,10 @@
2323
],
2424
"dependencies": {
2525
"HTML5-Desktop-Notifications2": "1.0.1",
26-
"angular": "1.4.7"
26+
"angular": "~1"
2727
},
2828
"devDependencies": {
29-
"jquery": "~2",
30-
"angular-mocks": "1.4.7"
31-
},
32-
"resolutions": {
33-
"angular": "1.4.7"
29+
"jquery": "latest",
30+
"angular-mocks": "~1"
3431
}
3532
}

0 commit comments

Comments
 (0)