Skip to content

Commit 961a50c

Browse files
committed
chore(notifications): revert remaining files
In angular#214, the main notification functionality was removed due to it being in a auto-generated file. This PR removes the remainder code that was left in from angular#134. The `angular-cli` property in generated `package.json` is left in since that was the place agreed for further configuration.
1 parent 5ab6d76 commit 961a50c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
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-
},
5+
"angular-cli": {},
116
"scripts": {
127
"start": "ng server",
138
"postinstall": "typings install --ambient",

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"fs-extra": "^0.18.4",
4141
"leek": "0.0.19",
4242
"lodash": "^3.10.0",
43-
"node-notifier": "^4.4.0",
4443
"resolve": "^1.0.0",
4544
"shelljs": "^0.5.3",
4645
"silent-error": "^1.0.0",

0 commit comments

Comments
 (0)