Skip to content

Commit

Permalink
bithound config
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jan 19, 2016
1 parent 73aba37 commit 8a90eab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .bithoundrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"critics": {
"lint": {
"engine": "eslint"
},
"wc": {
"limit": 100000
}
},
"ignore": [
"test/**/*.js",
"project/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ See [contributing guide](docs/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-01-19 | v0.0.55 | Maintenance |
| 2016-01-19 | v0.0.56 | Maintenance |
| 2015-09-26 | v0.0.31 | Update bower dependencies |
| 2015-09-26 | v0.0.30 | Added 'onClick' option to enable adding onclick event handler for the notification |
| 2015-09-02 | v0.0.29 | Maintenance |
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": "0.0.55",
"version": "0.0.56",
"description": "AngularJS service for displaying web notifications.",
"authors": [
"Sagie Gur-Ari <sagiegurari@gmail.com>"
Expand Down

0 comments on commit 8a90eab

Please sign in to comment.