Skip to content

Commit c367677

Browse files
clydinfilipesilva
authored andcommitted
refactor(deps): remove unused readline2 dep (#4032)
1 parent 394aa05 commit c367677

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"postcss-loader": "^0.9.1",
9191
"quick-temp": "0.1.5",
9292
"raw-loader": "^0.5.1",
93-
"readline2": "0.1.1",
9493
"reflect-metadata": "^0.1.8",
9594
"remap-istanbul": "^0.6.4",
9695
"resolve": "^1.1.7",

packages/angular-cli/ember-cli/lib/ui/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ function UI(options) {
3535
var spinner = this.spinner = ora({ color: 'green' });
3636

3737
this.through = require('through');
38-
this.readline = require('readline2');
3938

4039
// Output stream
4140
this.actualOutputStream = options.outputStream;

packages/angular-cli/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
"postcss-loader": "^0.9.1",
7676
"quick-temp": "0.1.5",
7777
"raw-loader": "^0.5.1",
78-
"readline2": "0.1.1",
7978
"remap-istanbul": "^0.6.4",
8079
"resolve": "^1.1.7",
8180
"rimraf": "^2.5.3",

0 commit comments

Comments
 (0)