Skip to content

Commit 0ac1629

Browse files
committed
Merge pull request angular#134 from jkuri/notifications
Automatic desktop notifications on build errors
2 parents a8ee48b + f6fb816 commit 0ac1629

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

addon/ng2/blueprints/ng2/files/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "<%= htmlComponentName %>",
33
"version": "0.0.0",
44
"license": "Apache-2.0",
5+
"angular-cli": {
6+
"notifications": {
7+
"enabled": true,
8+
"playSound": false
9+
}
10+
},
511
"dependencies": {
612
"angular2": "2.0.0-beta.0",
713
"es6-promise": "^3.0.2",

assets/angular.png

9.99 KB
Loading

lib/broccoli/broccoli-typescript.js

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"fs-extra": "^0.18.4",
4141
"leek": "0.0.19",
4242
"lodash": "^3.10.0",
43+
"node-notifier": "^4.4.0",
4344
"resolve": "^1.0.0",
4445
"silent-error": "^1.0.0",
4546
"symlink-or-copy": "^1.0.1",
@@ -59,6 +60,6 @@
5960
"mocha": "^2.2.5",
6061
"rewire": "^2.3.4",
6162
"through": "^2.3.8",
62-
"walk-sync": "^0.1.3"
63+
"walk-sync": "^0.2.6"
6364
}
6465
}

0 commit comments

Comments
 (0)