Skip to content

Commit 4f66a1e

Browse files
committed
atom.io config
1 parent e6eb250 commit 4f66a1e

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-4
lines changed

.atom-build.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>"

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)