From 8a90eab27a4697b7b0c76bd66375b73214f87598 Mon Sep 17 00:00:00 2001 From: sagiegurari Date: Tue, 19 Jan 2016 10:07:15 +0200 Subject: [PATCH] bithound config --- .bithoundrc | 8 ++++++++ README.md | 2 +- bower.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.bithoundrc b/.bithoundrc index fc17fbc..b2dd21a 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -1,4 +1,12 @@ { + "critics": { + "lint": { + "engine": "eslint" + }, + "wc": { + "limit": 100000 + } + }, "ignore": [ "test/**/*.js", "project/**/*.js", diff --git a/README.md b/README.md index af5c916..6de8db0 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/bower.json b/bower.json index e41c62b..2a07862 100644 --- a/bower.json +++ b/bower.json @@ -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 "