angular-ie-cli
Advanced tools
+6
-7
@@ -28,13 +28,12 @@ #!/usr/bin/env node | ||
| stdio: 'inherit' | ||
| },(err, stderr,stdout) => { | ||
| if (!err) { | ||
| }); | ||
| npmProcess.on('close', (code) => { | ||
| if (code === 0) { | ||
| spinner.start('\n Updating configuration... \n'); | ||
| startConfig(); | ||
| } else { | ||
| spinner.fail('package install failed'); | ||
| } | ||
| else { | ||
| console.error(err); | ||
| spinner.fail(); | ||
| } | ||
| }); | ||
| npmProcess.stdout.pipe(process.stdout); | ||
| // npmProcess.stdout.pipe(process.stdout); | ||
@@ -41,0 +40,0 @@ function readAngularJson() { |
+1
-1
| { | ||
| "name": "angular-ie-cli", | ||
| "version": "0.0.30", | ||
| "version": "0.0.31", | ||
| "description": "patch your angular project to support IE browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
11159
0.11%248
-0.4%