Skip to content

Commit 0b68fc9

Browse files
committed
dev dependencies upgrade
1 parent ff0d6f2 commit 0b68fc9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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-14 | v0.0.61 | Maintenance |
104+
| 2016-02-17 | v0.0.62 | 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "0.0.61",
3+
"version": "0.0.62",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <sagiegurari@gmail.com>"

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"synclibs": "npm install && npm update"
3737
},
3838
"devDependencies": {
39+
"chai": "latest",
3940
"grunt": "latest",
4041
"grunt-cli": "latest",
4142
"grunt-contrib-clean": "latest",
@@ -57,8 +58,11 @@
5758
"karma-sinon-chai": "latest",
5859
"load-grunt-configs": "latest",
5960
"load-grunt-tasks": "latest",
61+
"lolex": "latest",
6062
"mocha": "latest",
6163
"phantomjs-prebuilt": "latest",
64+
"sinon": "latest",
65+
"sinon-chai": "latest",
6266
"time-grunt": "latest"
6367
}
6468
}

0 commit comments

Comments
 (0)