Skip to content

Commit

Permalink
adding husky
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Oct 24, 2015
1 parent 4f50516 commit 141229e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ See full docs at: [API Docs](docs/api.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2015-10-17 | v0.0.36 | Maintenance |
| 2015-10-24 | v0.0.37 | 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.36",
"version": "0.0.37",
"authors": [
"Sagie Gur-Ari <sagiegurari@gmail.com>"
],
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"grunt-jsonlint": "latest",
"grunt-karma": "latest",
"grunt-todos": "latest",
"husky": "latest",
"karma": "latest",
"karma-cli": "latest",
"karma-coverage": "latest",
Expand All @@ -50,7 +51,8 @@
"clean": "grunt cleanup",
"lint": "grunt lint",
"docs": "grunt docs",
"build": "grunt build"
"build": "grunt build",
"precommit": "npm run build"
},
"license": "Apache-2.0",
"bugs": {
Expand Down

0 comments on commit 141229e

Please sign in to comment.