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