angular-ie-cli
Advanced tools
+4
-3
@@ -21,6 +21,5 @@ #!/usr/bin/env node | ||
| const shell = `${shellPrefix}npm i classlist.js web-animations-js core-js babel-polyfill`; | ||
| child_process.exec(shell, (err, stderr,stdout) => { | ||
| const npmProcess = child_process.exec(shell, (err, stderr,stdout) => { | ||
| if (!err) { | ||
| spinner.start('Updating configuration...'); | ||
| console.log(stdout.trim()); | ||
| spinner.start('\n Updating configuration... \n'); | ||
| startConfig(); | ||
@@ -33,2 +32,4 @@ } | ||
| }); | ||
| npmProcess.stdout.pipe(process.stdout); | ||
| function readAngularJson() { | ||
@@ -35,0 +36,0 @@ try { |
+1
-1
| { | ||
| "name": "angular-ie-cli", | ||
| "version": "0.0.27", | ||
| "version": "0.0.28", | ||
| "description": "patch your angular project to support IE browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10867
0.28%