We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394aa05 commit c367677Copy full SHA for c367677
package.json
@@ -90,7 +90,6 @@
90
"postcss-loader": "^0.9.1",
91
"quick-temp": "0.1.5",
92
"raw-loader": "^0.5.1",
93
- "readline2": "0.1.1",
94
"reflect-metadata": "^0.1.8",
95
"remap-istanbul": "^0.6.4",
96
"resolve": "^1.1.7",
packages/angular-cli/ember-cli/lib/ui/index.js
@@ -35,7 +35,6 @@ function UI(options) {
35
var spinner = this.spinner = ora({ color: 'green' });
36
37
this.through = require('through');
38
- this.readline = require('readline2');
39
40
// Output stream
41
this.actualOutputStream = options.outputStream;
packages/angular-cli/package.json
@@ -75,7 +75,6 @@
75
76
77
78
79
80
81
"rimraf": "^2.5.3",
0 commit comments