Skip to content

Commit 4750b47

Browse files
chore(greenkeeper): add ignores for angular dev deps
1 parent 7a20975 commit 4750b47

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,17 @@
108108
"webpack-dev-server": "2.9.7",
109109
"webpack-visualizer-plugin": "^0.1.10",
110110
"zone.js": "^0.8.18"
111+
},
112+
"greenkeeper": {
113+
"ignore": [
114+
"@angular/common",
115+
"@angular/compiler",
116+
"@angular/compiler-cli",
117+
"@angular/core",
118+
"@angular/platform-browser",
119+
"@angular/platform-browser-dynamic",
120+
"@angular/platform-server",
121+
"@angular/router"
122+
]
111123
}
112124
}

0 commit comments

Comments
 (0)