File tree Expand file tree Collapse file tree 7 files changed +52
-20
lines changed Expand file tree Collapse file tree 7 files changed +52
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : sagiegurari
7
+
8
+ ---
9
+
10
+ ** Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ ** To Reproduce**
14
+ Steps to reproduce the behavior:
15
+
16
+ ** Error Stack**
17
+ ``` console
18
+ The error stack trace
19
+ ```
20
+
21
+ ** Code Sample**
22
+ ``` js
23
+ // paste code here
24
+ ```
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : sagiegurari
7
+
8
+ ---
9
+
10
+ ** Features Description**
11
+ A clear description of the feature request.
12
+
13
+ ** Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ ** Code Sample**
17
+ ``` js
18
+ // paste code here
19
+ ```
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
153
153
154
154
| Date | Version | Description |
155
155
| ----------- | ------- | ----------- |
156
- | 2018-08-05 | v1.2.30 | Maintenance |
156
+ | 2019-02-08 | v1.2.31 | Maintenance |
157
157
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
158
158
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
159
159
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-web-notification" ,
3
- "version" : " 1.2.30 " ,
3
+ "version" : " 1.2.31 " ,
4
4
"description" : " AngularJS service for displaying web notifications." ,
5
5
"authors" : [
6
6
" Sagie Gur-Ari <sagiegurari@gmail.com>"
Original file line number Diff line number Diff line change 1
1
| Date | Version | Description |
2
2
| ----------- | ------- | ----------- |
3
- | 2018-08-05 | v1.2.30 | Maintenance |
3
+ | 2019-02-08 | v1.2.31 | Maintenance |
4
4
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
5
5
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
6
6
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-web-notification" ,
3
- "version" : " 1.2.30 " ,
3
+ "version" : " 1.2.31 " ,
4
4
"description" : " AngularJS service for displaying web notifications." ,
5
5
"author" : {
6
6
"name" : " Sagie Gur-Ari" ,
33
33
"format" : " grunt format" ,
34
34
"build" : " grunt build" ,
35
35
"jstest" : " grunt jstest" ,
36
- "debug" : " mocha --debug-brk=5858 --no-timeouts --ui bdd --reporter spec --recursive ./test/spec" ,
37
- "prepush" : " npm run build" ,
38
36
"postpublish" : " grunt post-publish" ,
39
37
"grunt" : " grunt"
40
38
},
39
+ "husky" : {
40
+ "hooks" : {
41
+ "pre-push" : " npm run build"
42
+ }
43
+ },
41
44
"dependencies" : {
42
45
"simple-web-notification" : " latest"
43
46
},
You can’t perform that action at this time.
0 commit comments