Skip to content

Commit 4e47e9b

Browse files
clydinhansl
authored andcommitted
refactor(@angular/cli): cleanup unused dependencies
1 parent 06a2da5 commit 4e47e9b

File tree

3 files changed

+5
-34
lines changed

3 files changed

+5
-34
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@
142142
"temp": "0.8.3",
143143
"through": "^2.3.6",
144144
"ts-node": "^3.2.0",
145-
"tslint": "^5.1.0",
146-
"walk-sync": "^0.3.1"
145+
"tslint": "^5.1.0"
147146
},
148147
"optionalDependencies": {
149148
"node-sass": "^4.3.0"

packages/@angular/cli/lib/cli/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Prevent the dependency validation from tripping because we don't import these. We need
2-
// it as a peer dependency of @angular/core.
3-
// require('zone.js')
4-
51
import * as path from 'path';
62

73
const cli = require('../../ember-cli/lib/cli');

0 commit comments

Comments
 (0)