File tree Expand file tree Collapse file tree 5 files changed +34
-4
lines changed
Expand file tree Collapse file tree 5 files changed +34
-4
lines changed Original file line number Diff line number Diff line change 1+ cmd : " npm"
2+ name : " npm build"
3+ args :
4+ - " run"
5+ - " build"
6+ sh : true
7+ env :
8+ NODE_ENV : " development"
9+ atomCommandName : " atom-custom:npmbuild"
10+ targets :
11+ format :
12+ cmd : " npm"
13+ name : " npm format"
14+ args :
15+ - " run"
16+ - " format"
17+ sh : true
18+ env :
19+ NODE_ENV : " development"
20+ atomCommandName : " atom-custom:npmformat"
21+ docs :
22+ cmd : " npm"
23+ name : " npm docs"
24+ args :
25+ - " run"
26+ - " docs"
27+ sh : true
28+ env :
29+ NODE_ENV : " development"
30+ atomCommandName : " atom-custom:npmdocs"
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
108108
109109| Date | Version | Description |
110110| ----------- | ------- | ----------- |
111- | 2016-07-30 | v0.0.87 | Maintenance |
111+ | 2016-07-30 | v0.0.88 | Maintenance |
112112| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
113113| 2016-06-14 | v0.0.77 | Maintenance |
114114| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-web-notification" ,
3- "version" : " 0.0.87 " ,
3+ "version" : " 0.0.88 " ,
44 "description" : " AngularJS service for displaying web notifications." ,
55 "authors" : [
66 " Sagie Gur-Ari <sagiegurari@gmail.com>"
Original file line number Diff line number Diff line change 11| Date | Version | Description |
22| ----------- | ------- | ----------- |
3- | 2016-07-30 | v0.0.87 | Maintenance |
3+ | 2016-07-30 | v0.0.88 | Maintenance |
44| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
55| 2016-06-14 | v0.0.77 | Maintenance |
66| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-web-notification" ,
3- "version" : " 0.0.87 " ,
3+ "version" : " 0.0.88 " ,
44 "description" : " AngularJS service for displaying web notifications." ,
55 "author" : {
66 "name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments