Skip to content

Commit e51d4f4

Browse files
clydinfilipesilva
authored andcommitted
refactor(@angular/cli): cleanup unused dependencies
1 parent 12748a8 commit e51d4f4

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
@@ -141,8 +141,7 @@
141141
"temp": "0.8.3",
142142
"through": "^2.3.6",
143143
"ts-node": "^3.2.0",
144-
"tslint": "^5.1.0",
145-
"walk-sync": "^0.3.1"
144+
"tslint": "^5.1.0"
146145
},
147146
"optionalDependencies": {
148147
"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)