Skip to content

Commit

Permalink
bithound config
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Aug 2, 2016
1 parent 2bb033d commit cb05e6e
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 5 deletions.
41 changes: 40 additions & 1 deletion .bithoundrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,44 @@
"test": [
"**/test/**",
"**/spec/**"
]
],
"dependencies": {
"mute": [
"chai",
"grunt",
"grunt-cli",
"grunt-concurrent",
"grunt-contrib-clean",
"grunt-contrib-jshint",
"grunt-coveralls",
"grunt-eslint",
"grunt-force-task",
"grunt-gitdown",
"grunt-jsbeautifier",
"grunt-jscs",
"grunt-jsdoc-to-markdown",
"grunt-jslint",
"grunt-jsonlint",
"grunt-karma",
"grunt-mocha-istanbul",
"husky",
"istanbul",
"jit-grunt",
"karma",
"karma-cli",
"karma-coverage",
"karma-mocha",
"karma-phantomjs-launcher",
"karma-sinon-chai",
"load-grunt-configs",
"lolex",
"mocha",
"phantomjs-prebuilt",
"promiscuous",
"rimraf",
"sinon",
"sinon-chai",
"time-grunt"
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-08-01 | v0.0.89 | Maintenance |
| 2016-08-02 | v0.0.90 | Maintenance |
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
| 2016-06-14 | v0.0.77 | Maintenance |
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |
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.89",
"version": "0.0.90",
"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 |
| ----------- | ------- | ----------- |
| 2016-08-01 | v0.0.89 | Maintenance |
| 2016-08-02 | v0.0.90 | Maintenance |
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
| 2016-06-14 | v0.0.77 | Maintenance |
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |
Expand Down
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": "0.0.89",
"version": "0.0.90",
"description": "AngularJS service for displaying web notifications.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down

0 comments on commit cb05e6e

Please sign in to comment.